libchop: Add patches that fix the whole thing.

svn path=/nixpkgs/trunk/; revision=30430
This commit is contained in:
Ludovic Courtès
2011-11-14 20:10:01 +00:00
parent 63d36b5185
commit 175f3b3e62
6 changed files with 200 additions and 16 deletions
@@ -9,7 +9,12 @@ stdenv.mkDerivation rec {
sha256 = "0i7gl0c99pf6794bbwm3iha6a0bciqq969mgwwv6gm9phiiy5s8b";
};
patches = [ ./guile-ascii-deserialize.patch ];
patches =
[ ./0001-tests-Simplify-deserialize.c.patch
./0002-block-indexer-hash-Fix-off-by-n-in-ASCII-deserializa.patch
./0003-fix-test-makefile.patch
./0004-tests-Export-XDG_CACHE_HOME-in-utils-backup.patch
];
buildNativeInputs = [ pkgconfig gperf ];
buildInputs =