wordnet: drop TK_LIBRARY

This commit is contained in:
Weijia Wang 2023-06-05 16:18:31 +03:00
parent a6f42ce4cf
commit 440c4bd0ec

View file

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