wordnet: drop TK_LIBRARY
This commit is contained in:
parent
a6f42ce4cf
commit
440c4bd0ec
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/wishwn --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}"
|
|
||||||
wrapProgram $out/bin/wnb --prefix PATH : "$out/bin"
|
wrapProgram $out/bin/wnb --prefix PATH : "$out/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue