mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Fixed wish in Tk
svn path=/nixpkgs/trunk/; revision=10496
This commit is contained in:
parent
6b7dd4cac7
commit
3ba61eafa7
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0cciavzd05bpm5yfppid0s0vsf8kabwia9620vgvi26sv1gjgwhb";
|
sha256 = "0cciavzd05bpm5yfppid0s0vsf8kabwia9620vgvi26sv1gjgwhb";
|
||||||
};
|
};
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
echo -e '#! /bin/sh \n $( readlink -f $( which wish${__substring 0 3 version}) ) "$@"' >$out/bin/wish
|
echo -e '#! /bin/sh \n $( readlink -f $( type -tP wish${__substring 0 3 version}) ) "$@"' >$out/bin/wish
|
||||||
chmod a+x $out/bin/wish
|
chmod a+x $out/bin/wish
|
||||||
'';
|
'';
|
||||||
configureFlags="--with-tcl=${tcl}/lib";
|
configureFlags="--with-tcl=${tcl}/lib";
|
||||||
|
Loading…
Reference in New Issue
Block a user