...
This commit is contained in:
parent
6f2b53400d
commit
00b108871d
@ -31,17 +31,10 @@
|
|||||||
extension = self: super: {
|
extension = self: super: {
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
hyperlinkSource = false;
|
hyperlinkSource = false;
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Temporary workaround for https://github.com/NixOS/nixpkgs/issues/3540
|
# Temporary workaround for https://github.com/NixOS/nixpkgs/issues/3540
|
||||||
systemFileio = super.systemFileio.override {
|
|
||||||
cabal = super.cabal.override {
|
|
||||||
extension = self: super: {
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
});
|
});
|
||||||
|
|
||||||
ghc763Prefs = self : super : ghc783Prefs self super // {
|
ghc763Prefs = self : super : ghc783Prefs self super // {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user