Merge pull request #25624 from dmjio/ghcjs-fix

Mark ghcjs as fixed
This commit is contained in:
Domen Kožar 2017-05-09 08:34:54 +02:00 committed by GitHub
commit b9c0cf98a6
2 changed files with 2 additions and 2 deletions

View File

@ -190,6 +190,6 @@ in mkDerivation (rec {
description = "A Haskell to JavaScript compiler that uses the GHC API"; description = "A Haskell to JavaScript compiler that uses the GHC API";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = ghc.meta.platforms; platforms = ghc.meta.platforms;
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ]; maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan dmjio ];
inherit broken; inherit broken;
}) })

View File

@ -2,5 +2,5 @@
bootPkgs.callPackage ./base.nix { bootPkgs.callPackage ./base.nix {
inherit bootPkgs; inherit bootPkgs;
broken = true; # http://hydra.nixos.org/build/45110274 broken = false;
} }