Git: Wrap `git-citool'.
svn path=/nixpkgs/trunk/; revision=11634
This commit is contained in:
parent
b6c405fac6
commit
7e4f1e74c8
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ # documentation tools
|
++ # documentation tools
|
||||||
[ asciidoc texinfo xmlto docbook2x
|
[ asciidoc texinfo xmlto docbook2x
|
||||||
docbook_xsl docbook_xml_dtd_42 libxslt ]
|
docbook_xsl docbook_xml_dtd_42 libxslt ]
|
||||||
++ # Tcl/Tk, for `gitk' and `git-gui'
|
++ # Tcl/Tk
|
||||||
[ tcl tk makeWrapper ];
|
[ tcl tk makeWrapper ];
|
||||||
|
|
||||||
makeFlags="prefix=\${out} PERL_PATH=${perl}/bin/perl SHELL_PATH=${stdenv.shell}";
|
makeFlags="prefix=\${out} PERL_PATH=${perl}/bin/perl SHELL_PATH=${stdenv.shell}";
|
||||||
@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
|
|||||||
make PERL_PATH="${perl}/bin/perl" cmd-list.made install install-info \
|
make PERL_PATH="${perl}/bin/perl" cmd-list.made install install-info \
|
||||||
-C Documentation ''
|
-C Documentation ''
|
||||||
|
|
||||||
+ ''# Wrap `gitk' and `git-gui'
|
+ ''# Wrap Tcl/Tk programs
|
||||||
for prog in gitk git-gui
|
for prog in gitk git-gui git-citool
|
||||||
do
|
do
|
||||||
wrapProgram "$out/bin/$prog" \
|
wrapProgram "$out/bin/$prog" \
|
||||||
--set TK_LIBRARY "${tk}/lib/tk8.4" \
|
--set TK_LIBRARY "${tk}/lib/tk8.4" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user