mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
haskell-dhall: jailbreak version 1.13.0 to fix the build with ansi-terminal 0.8.x
Ping: @Gabriel439
This commit is contained in:
parent
4519076421
commit
cdca787899
@ -476,6 +476,7 @@ self: super: {
|
||||
pandoc = self.pandoc_2_2;
|
||||
pandoc-types = self.pandoc-types_1_17_4_2;
|
||||
dhall = self.dhall_1_13_0;
|
||||
dhall_1_13_0 = doJailbreak super.dhall_1_13_0; # support ansi-terminal 0.8.x
|
||||
|
||||
# https://github.com/xmonad/xmonad/issues/155
|
||||
xmonad = addBuildDepend (appendPatch super.xmonad (pkgs.fetchpatch
|
||||
|
Loading…
Reference in New Issue
Block a user