mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
Mark some packages as broken due to GCC 5
This commit is contained in:
parent
62c562a522
commit
47a04ac52c
@ -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
|
||||
};
|
||||
}
|
||||
|
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user