forked from mirrors/nixpkgs
Removing unnecessary sed invokation for ts - patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13699
This commit is contained in:
parent
45df59809d
commit
b9b8abb1cb
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue