3
0
Fork 0
forked from mirrors/nixpkgs

Updated ts task spooler; patch by Lluis Batlle

svn path=/nixpkgs/trunk/; revision=13687
This commit is contained in:
Michael Raskin 2009-01-02 16:33:39 +00:00
parent 02d4d7ada4
commit 8f4c32886a

View file

@ -2,15 +2,15 @@
stdenv.mkDerivation {
name = "ts-0.6";
name = "ts-0.6.2";
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.tar.gz;
sha256 = "663df09f9a6e6491f7924b1cdf8a5d00546c736ec3f5f1135ccccb83bf4f2ce8";
url = http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.6.2.tar.gz;
sha256 = "6a99b48800658fb7424a76c5756a638a6b6abb2a8a8c129e196bc24a9aeeb5cc";
};
meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";