mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
haste-compiler is unable to install packages, mark as broken until resolved
This commit is contained in:
parent
da68f67eb7
commit
37b1a0b79a
1 changed files with 1 additions and 0 deletions
|
@ -24,5 +24,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Haskell To ECMAScript compiler";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue