Updating tcl/tk

svn path=/nixpkgs/trunk/; revision=15434
This commit is contained in:
Lluís Batlle i Rossell
2009-05-03 14:35:56 +00:00
parent 63c8ccf84c
commit ef25944cdb
3 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation {
installPhase = ''
ensureDir $out/bin
cp ../Xspin*/xsp* $out/bin/xspin
sed -i -e '1s@^#!/bin/sh@#!${tk}/bin/wish8.4@' \
sed -i -e '1s@^#!/bin/sh@#!${tk}/bin/wish@' \
-e '/exec wish/d' $out/bin/xspin
cp spin $out/bin
'';