commit
b9c0cf98a6
@ -190,6 +190,6 @@ in mkDerivation (rec {
|
||||
description = "A Haskell to JavaScript compiler that uses the GHC API";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = ghc.meta.platforms;
|
||||
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
|
||||
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan dmjio ];
|
||||
inherit broken;
|
||||
})
|
||||
|
@ -2,5 +2,5 @@
|
||||
|
||||
bootPkgs.callPackage ./base.nix {
|
||||
inherit bootPkgs;
|
||||
broken = true; # http://hydra.nixos.org/build/45110274
|
||||
broken = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user