tkabber: Add ${tk}/bin to wrapper's PATH.
Pesky little impurity is now fixed, as it has bitten me several times in the last days. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
72b248b932
commit
29aa4af796
@ -36,6 +36,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/tkabber \
|
wrapProgram $out/bin/tkabber \
|
||||||
|
--prefix PATH : "${tk}/bin" \
|
||||||
--set TCLLIBPATH '"${tclLibPaths}"' \
|
--set TCLLIBPATH '"${tclLibPaths}"' \
|
||||||
--set TKABBER_SITE_PLUGINS '$HOME/.nix-profile/share/tkabber-plugins'
|
--set TKABBER_SITE_PLUGINS '$HOME/.nix-profile/share/tkabber-plugins'
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user