* Commented out some stuff that breaks the Nixpkgs release (missing

files: pg_darcsone.nix and xmonad.nix).

svn path=/nixpkgs/trunk/; revision=11607
This commit is contained in:
Eelco Dolstra 2008-04-12 10:18:48 +00:00
parent d3411fd235
commit ec8d275ded

View File

@ -38,6 +38,7 @@ lib.mapAttrs ( name_dummy : a : ghcCabalExecutableFun (a // { libsFun = x : (a.l
patchPhase = '' sed -e "s/buildVerbose flags/fromFlag (buildVerbose flags)/g" -e "s/BuildFlags(..)/BuildFlags(..), fromFlag/g" -i Setup.lhs '';
};
};
/*
xmonad = {
name = "xmonad-darcs";
libsFun = x : [x.base x.mtl x.unix x.x11 x.x11extras xmessage ];
@ -53,4 +54,5 @@ lib.mapAttrs ( name_dummy : a : ghcCabalExecutableFun (a // { libsFun = x : (a.l
NIX_LDFLAGS = "-lz";
};
};
*/
}