tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wordnet: drop TK_LIBRARY
Weijia Wang
2 years ago
440c4bd0
a6f42ce4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
wordnet
default.nix
-1
pkgs/applications/misc/wordnet/default.nix
···
25
25
];
26
26
27
27
postInstall = ''
28
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