* 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:
@@ -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 '';
|
patchPhase = '' sed -e "s/buildVerbose flags/fromFlag (buildVerbose flags)/g" -e "s/BuildFlags(..)/BuildFlags(..), fromFlag/g" -i Setup.lhs '';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
/*
|
||||||
xmonad = {
|
xmonad = {
|
||||||
name = "xmonad-darcs";
|
name = "xmonad-darcs";
|
||||||
libsFun = x : [x.base x.mtl x.unix x.x11 x.x11extras xmessage ];
|
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";
|
NIX_LDFLAGS = "-lz";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user