forked from mirrors/nixpkgs
ghcjsHEAD: unbreak
This commit is contained in:
parent
3540c139b9
commit
1ba97d6ee9
|
@ -1,4 +1,5 @@
|
|||
{ mkDerivation
|
||||
, broken ? false
|
||||
, test-framework
|
||||
, test-framework-hunit
|
||||
, test-framework-quickcheck2
|
||||
|
@ -183,5 +184,5 @@ in mkDerivation (rec {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = ghc.meta.platforms;
|
||||
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
|
||||
broken = true; # http://hydra.nixos.org/build/45110274
|
||||
inherit broken;
|
||||
})
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
{ bootPkgs }:
|
||||
|
||||
bootPkgs.callPackage ./base.nix { inherit bootPkgs; }
|
||||
bootPkgs.callPackage ./base.nix {
|
||||
inherit bootPkgs;
|
||||
broken = true; # http://hydra.nixos.org/build/45110274
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue