ghcjsHEAD: unbreak
This commit is contained in:
parent
3540c139b9
commit
1ba97d6ee9
@ -1,4 +1,5 @@
|
|||||||
{ mkDerivation
|
{ mkDerivation
|
||||||
|
, broken ? false
|
||||||
, test-framework
|
, test-framework
|
||||||
, test-framework-hunit
|
, test-framework-hunit
|
||||||
, test-framework-quickcheck2
|
, test-framework-quickcheck2
|
||||||
@ -183,5 +184,5 @@ in mkDerivation (rec {
|
|||||||
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 ];
|
||||||
broken = true; # http://hydra.nixos.org/build/45110274
|
inherit broken;
|
||||||
})
|
})
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
{ bootPkgs }:
|
{ bootPkgs }:
|
||||||
|
|
||||||
bootPkgs.callPackage ./base.nix { inherit bootPkgs; }
|
bootPkgs.callPackage ./base.nix {
|
||||||
|
inherit bootPkgs;
|
||||||
|
broken = true; # http://hydra.nixos.org/build/45110274
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user