* 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user