Adding patches for cdecl to build. I picked them from:

http://gentoo-overlays.zugaina.org/gentoo/portage/dev-util/cdecl/files/


svn path=/nixpkgs/trunk/; revision=32866
This commit is contained in:
Lluís Batlle i Rossell
2012-03-07 22:12:12 +00:00
parent 11f64b0449
commit f1f834f260
3 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
md5 = "29895dab52e85b2474a59449e07b7996";
};
patches = [ ./cdecl-2.5.patch ];
patches = [ ./cdecl-2.5-implicit-pointer.patch ./cdecl-2.5.patch ./cdecl-2.5-gentoo.patch ];
preBuild = "
makeFlags=\"PREFIX=$out\"
";