mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
haskell: remove ghcjs from pkgsMusl in release-haskell.nix
This commit is contained in:
parent
f82c865b2b
commit
fb4ad10f1a
|
@ -252,6 +252,9 @@ let
|
|||
# remove integer-simple because it appears to be broken with
|
||||
# musl and non-static-linking.
|
||||
integer-simple = {};
|
||||
|
||||
ghcjs = {};
|
||||
ghcjs810 = {};
|
||||
};
|
||||
|
||||
# Get some cache going for MUSL-enabled GHC.
|
||||
|
|
Loading…
Reference in a new issue