fix mercurial gui (python lib path still pointed to 2.5 bet python 2.6 is used now)
svn path=/nixpkgs/trunk/; revision=20085
This commit is contained in:
parent
4007d19700
commit
662a933eb0
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
cp contrib/hgk $out/bin
|
cp contrib/hgk $out/bin
|
||||||
cat >> $out/etc/mercurial/hgrc << EOF
|
cat >> $out/etc/mercurial/hgrc << EOF
|
||||||
[extensions]
|
[extensions]
|
||||||
hgk=$out/lib/python2.5/site-packages/hgext/hgk.py
|
hgk=$out/lib/${python.libPrefix}/site-packages/hgext/hgk.py
|
||||||
EOF
|
EOF
|
||||||
# setting HG so that hgk can be run itself as well (not only hg view)
|
# setting HG so that hgk can be run itself as well (not only hg view)
|
||||||
WRAP_TK=" --set TK_LIBRARY \"${tk}/lib/tk8.4\"
|
WRAP_TK=" --set TK_LIBRARY \"${tk}/lib/tk8.4\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user