1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-gitlib: mark build as broken

https://github.com/jwiegley/gitlib/issues/46
This commit is contained in:
Peter Simons 2015-05-18 12:25:22 +02:00
parent c959a59f47
commit a14ebb03d9

View file

@ -818,4 +818,9 @@ self: super: {
patchPhase = "sed -i -e 's|attoparsec.*>=.*,|attoparsec,|' -e 's|lens.*>=.*|lens|' snap.cabal";
});
# https://github.com/jwiegley/gitlib/issues/46
gitlib = markBroken super.gitlib;
gitlib-sample = dontDistribute super.gitlib-sample;
gitlib-test = dontDistribute super.gitlib-test;
}