wordnet: refactor

This commit is contained in:
WilliButz 2017-08-24 20:06:08 +02:00
parent a8db87efd8
commit bbf7d8c77b
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -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";