wordnet: drop TK_LIBRARY

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