1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ghcjs: mark as fixed

This commit is contained in:
David Johnson 2017-05-08 12:46:14 -07:00
parent e2700861fb
commit a5df611d91
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";
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;
})

View file

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