jhc: mark build as broken
Some dependencies of this build no longer compile with GHC 7.6.x.
This commit is contained in:
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = ["x86_64-linux"]; # 32 bit builds are broken
|
platforms = ["x86_64-linux"]; # 32 bit builds are broken
|
||||||
maintainers = with stdenv.lib.maintainers; [ aforemny thoughtpolice ];
|
maintainers = with stdenv.lib.maintainers; [ aforemny thoughtpolice ];
|
||||||
|
broken = true; # https://hydra.nixos.org/build/61700723
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user