mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell: ghcjs packages: fix build of fail
This commit is contained in:
parent
3bf2a5168a
commit
68e05a361d
@ -68,6 +68,9 @@ self: super:
|
||||
|
||||
## OTHER PACKAGES
|
||||
|
||||
# haddock throws the error: No input file(s).
|
||||
fail = dontHaddock super.fail;
|
||||
|
||||
cereal = addBuildDepend super.cereal [ self.fail ];
|
||||
|
||||
entropy = overrideCabal super.entropy (old: {
|
||||
|
Loading…
Reference in New Issue
Block a user