about summary refs log tree commit diff
path: root/pkgs/development/libraries/tk
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-05-24 10:57:46 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-05-24 10:57:46 +0000
commit3157bb1098ca2bb16e793ec9946885562e3a4e10 (patch)
treeb8790ac877c6ea641cceee79c82c241be60eab8c /pkgs/development/libraries/tk
parentf7f938a1d15277fa11a2cbf75fe9c7d4344f25c3 (diff)
removed all __primops from nixpkgs
svn path=/nixpkgs/trunk/; revision=15693
Diffstat (limited to 'pkgs/development/libraries/tk')
-rw-r--r--pkgs/development/libraries/tk/8.4.16.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/tk/8.4.16.nix b/pkgs/development/libraries/tk/8.4.16.nix
index 1f26db83f1b38..38b7ec8574950 100644
--- a/pkgs/development/libraries/tk/8.4.16.nix
+++ b/pkgs/development/libraries/tk/8.4.16.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
     sha256 = "0cciavzd05bpm5yfppid0s0vsf8kabwia9620vgvi26sv1gjgwhb";
   };
   postInstall = ''
-    echo -e '#! /bin/sh \n $( readlink -f $( type -tP wish${__substring 0 3 version}) ) "$@"' >$out/bin/wish
+    echo -e '#! /bin/sh \n $( readlink -f $( type -tP wish${builtins.substring 0 3 version}) ) "$@"' >$out/bin/wish
     chmod a+x $out/bin/wish
   ''; 
   configureFlags="--with-tcl=${tcl}/lib";