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 = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
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";
|
license = "VXL License";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
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…
x
Reference in New Issue
Block a user