about summary refs log tree commit diff
path: root/pkgs/tools/system/ts/default.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-01-04 17:21:29 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-01-04 17:21:29 +0000
commitb9b8abb1cbb591b24b8893362630953516a61221 (patch)
treec557b3b53afa70c39042f29054529ec95e78da59 /pkgs/tools/system/ts/default.nix
parent45df59809dbaf1b3574dde015f399ec8ae2ba177 (diff)
downloadnixlib-b9b8abb1cbb591b24b8893362630953516a61221.tar
nixlib-b9b8abb1cbb591b24b8893362630953516a61221.tar.gz
nixlib-b9b8abb1cbb591b24b8893362630953516a61221.tar.bz2
nixlib-b9b8abb1cbb591b24b8893362630953516a61221.tar.lz
nixlib-b9b8abb1cbb591b24b8893362630953516a61221.tar.xz
nixlib-b9b8abb1cbb591b24b8893362630953516a61221.tar.zst
nixlib-b9b8abb1cbb591b24b8893362630953516a61221.zip
Removing unnecessary sed invokation for ts - patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13699
Diffstat (limited to 'pkgs/tools/system/ts/default.nix')
-rw-r--r--pkgs/tools/system/ts/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/system/ts/default.nix b/pkgs/tools/system/ts/default.nix
index e396546534a9..2a09167b9ce0 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -6,8 +6,6 @@ stdenv.mkDerivation {
 
   installPhase=''make install "PREFIX=$out"'';
 
-  patchPhase = ''sed -i 's@/usr/bin/install@install@g' Makefile; set -x'';
-
   src = fetchurl {
     url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.2.tar.gz;
     sha256 = "6a99b48800658fb7424a76c5756a638a6b6abb2a8a8c129e196bc24a9aeeb5cc";