fatrace: 0.11 -> 0.12
This commit is contained in:
parent
ad3a4cf7d4
commit
dcde0265a8
@ -2,22 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fatrace-${version}";
|
name = "fatrace-${version}";
|
||||||
version = "0.11";
|
version = "0.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://launchpad.net/fatrace/trunk/${version}/+download/${name}.tar.bz2";
|
url = "http://launchpad.net/fatrace/trunk/${version}/+download/${name}.tar.bz2";
|
||||||
sha256 = "1f77v222nlfbf8fv7d28cnpm7x8xz0mhxavgz19c2jc51pjlv84s";
|
sha256 = "0szn86rbbvmjcw192vjhhgc3v99s5lm2kg93gk1yzm6ay831grsh";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchFlags = "-p0";
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
sha256 = "0gym1zg42vb4czpbkz4shnc7z3lskn1ny6dpx10ykwf145xyf9m2";
|
|
||||||
name = "fatrace-fix-crash-when-using-p-option.patch";
|
|
||||||
url = "http://bazaar.launchpad.net/~pitti/fatrace/trunk/diff/67?context=3";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [ python3 which ];
|
buildInputs = [ python3 which ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user