Merge pull request #19394 from aherrmann/pr_diagrams_pgf
haskell-diagrams-pgf: fix build
This commit is contained in:
commit
7e0dc5ab69
@ -269,6 +269,7 @@ self: super: {
|
|||||||
snowball = dontCheck super.snowball;
|
snowball = dontCheck super.snowball;
|
||||||
sophia = dontCheck super.sophia;
|
sophia = dontCheck super.sophia;
|
||||||
test-sandbox = dontCheck super.test-sandbox;
|
test-sandbox = dontCheck super.test-sandbox;
|
||||||
|
texrunner = dontCheck super.texrunner;
|
||||||
users-postgresql-simple = dontCheck super.users-postgresql-simple;
|
users-postgresql-simple = dontCheck super.users-postgresql-simple;
|
||||||
wai-middleware-hmac = dontCheck super.wai-middleware-hmac;
|
wai-middleware-hmac = dontCheck super.wai-middleware-hmac;
|
||||||
xkbcommon = dontCheck super.xkbcommon;
|
xkbcommon = dontCheck super.xkbcommon;
|
||||||
@ -642,6 +643,11 @@ self: super: {
|
|||||||
'';
|
'';
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
# Requires optparse-applicative 0.13.0.0
|
||||||
|
diagrams-pgf = super.diagrams-pgf.overrideScope (self: super: {
|
||||||
|
optparse-applicative = self.optparse-applicative_0_13_0_0;
|
||||||
|
});
|
||||||
|
|
||||||
# Patch to consider NIX_GHC just like xmonad does
|
# Patch to consider NIX_GHC just like xmonad does
|
||||||
dyre = appendPatch super.dyre ./patches/dyre-nix.patch;
|
dyre = appendPatch super.dyre ./patches/dyre-nix.patch;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user