Mark some packages as broken due to GCC 5
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user