Disable some stuff that won't work with 7.6 anyway.

Closes https://github.com/peti/nixpkgs/pull/19.
This commit is contained in:
Michael Alan Dorman 2015-08-14 21:43:37 -04:00 committed by Peter Simons
parent c845fcfbb3
commit 0ccf8eae2f

View File

@ -91,4 +91,9 @@ self: super: {
# blaze-builder requires an additional build input on older compilers.
blaze-builder = addBuildDepend super.blaze-builder super.bytestring-builder;
# available convertible package won't build with the available
# bytestring and ghc-mod won't build without convertible
convertible = markBroken super.convertible;
ghc-mod = markBroken super.ghc-mod;
}