Add Tk in the environment to run git-gui.

svn path=/nixpkgs/trunk/; revision=11551
This commit is contained in:
Nicolas Pierron 2008-04-10 22:12:11 +00:00
parent 64425af409
commit 0c4bd745ce
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ stdenv.mkDerivation rec {
--set TK_LIBRARY "${tk}/lib/tk8.4" \
--prefix PATH : "${tk}/bin" ''
+ ''# Wrap `git-gui'
wrapProgram $out/bin/git-gui \
--set TK_LIBRARY "${tk}/lib/tk8.4" \
--prefix PATH : "${tk}/bin" ''
+ ''# Wrap `git-clone'
wrapProgram $out/bin/git-clone \
--prefix PATH : "${cpio}/bin" '';