wordnet: refactor
This commit is contained in:
parent
a8db87efd8
commit
bbf7d8c77b
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, tcl, tk, xlibsWrapper, makeWrapper}:
|
{stdenv, fetchurl, tcl, tk, xlibsWrapper, makeWrapper}:
|
||||||
|
|
||||||
let version = "3.0"; in
|
stdenv.mkDerivation rec {
|
||||||
stdenv.mkDerivation {
|
version = "3.0";
|
||||||
name = "wordnet-${version}";
|
name = "wordnet-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://wordnetcode.princeton.edu/${version}/WordNet-${version}.tar.bz2";
|
url = "http://wordnetcode.princeton.edu/${version}/WordNet-${version}.tar.bz2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user