dictdDBs.wordnet: stay with python2
This commit is contained in:
parent
317384aa90
commit
2b92f2b259
|
@ -1,10 +1,10 @@
|
|||
{lib, stdenv, python, wordnet, writeScript}:
|
||||
{lib, stdenv, python2, wordnet, writeScript}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "542";
|
||||
pname = "dict-db-wordnet";
|
||||
|
||||
buildInputs = [python wordnet];
|
||||
buildInputs = [python2 wordnet];
|
||||
convert = ./wordnet_structures.py;
|
||||
|
||||
builder = writeScript "builder.sh" ''
|
||||
|
|
Loading…
Reference in New Issue