wordnet: drop TK_LIBRARY

-1
-1
pkgs/applications/misc/wordnet/default.nix
··· 25 ]; 26 27 postInstall = '' 28 - wrapProgram $out/bin/wishwn --set TK_LIBRARY "${tk}/lib/${tk.libPrefix}" 29 wrapProgram $out/bin/wnb --prefix PATH : "$out/bin" 30 ''; 31
··· 25 ]; 26 27 postInstall = '' 28 wrapProgram $out/bin/wnb --prefix PATH : "$out/bin" 29 ''; 30