mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Merge pull request #19534 from LumiGuide/fix-cereal-on-ghcjs
cereal: fix build on ghcjs
This commit is contained in:
commit
c031945a9f
|
@ -129,4 +129,5 @@ self: super:
|
|||
# triggers an internal pattern match failure in haddock
|
||||
# https://github.com/haskell/haddock/issues/553
|
||||
wai = dontHaddock super.wai;
|
||||
cereal = addBuildDepend super.cereal [ self.fail ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue