mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Disable some stuff that won't work with 7.6 anyway.
Closes https://github.com/peti/nixpkgs/pull/19.
This commit is contained in:
parent
c845fcfbb3
commit
0ccf8eae2f
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user