Mark some packages as broken due to GCC 5

This commit is contained in:
Eelco Dolstra 2016-03-02 18:02:01 +01:00
parent 62c562a522
commit 47a04ac52c
2 changed files with 2 additions and 0 deletions

View file

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
meta = {
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.urkud ];
broken = true; # doesn't build with GCC 5; fix in GitHub
};
}

View file

@ -26,5 +26,6 @@ stdenv.mkDerivation {
license = "VXL License";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true; # requires fix for gcc 5: https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20150216/1511118.html
};
}