wordnet: refactor

This commit is contained in:
WilliButz
2017-08-24 21:20:03 +02:00
parent a8db87efd8
commit bbf7d8c77b
+2 -2
View File
@@ -1,7 +1,7 @@
{stdenv, fetchurl, tcl, tk, xlibsWrapper, makeWrapper}:
let version = "3.0"; in
stdenv.mkDerivation {
stdenv.mkDerivation rec {
version = "3.0";
name = "wordnet-${version}";
src = fetchurl {
url = "http://wordnetcode.princeton.edu/${version}/WordNet-${version}.tar.bz2";