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

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