svn merge ^/nixpkgs/trunk

svn path=/nixpkgs/branches/libpng15/; revision=31568
This commit is contained in:
Yury G. Kudryashov
2012-01-14 21:40:24 +00:00
81 changed files with 938 additions and 286 deletions
+1 -2
View File
@@ -20,7 +20,7 @@ rec {
inherit (s) name;
inherit buildInputs;
configureFlags = [];
configureFlags = "--enable-gc=${a.boehmgc} --enable-offscreen";
/* doConfigure should be removed if not needed */
phaseNames = ["setVars" "doUnpack" "fixPaths" "extractTexinfoTex"
@@ -28,7 +28,6 @@ rec {
"fixInfoDir"];
setVars = a.noDepEntry ''
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${a.boehmgc}/include/gc"
export HOME="$PWD"
'';