* Apply an upstream patch to fix the "reached unexpected end of file"

errors processing gcno files (e.g. http://hydra.nixos.org/build/410894).

svn path=/nixpkgs/trunk/; revision=22047
This commit is contained in:
Eelco Dolstra
2010-05-28 12:58:50 +00:00
parent 1ba3165b4e
commit 4e571746c1
2 changed files with 61 additions and 1 deletions
@@ -8,7 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "1xrd9abh1gyki9ln9v772dq7jinvyrvx39s3kxbpiila68mbpa7j";
};
patches = [ ./find-source.patch ];
patches =
[ ./unexpected-eof.patch
./find-source.patch
];
preBuild = ''
makeFlagsArray=(PREFIX=$out BIN_DIR=$out/bin MAN_DIR=$out/share/man)