gcc-snapshot: mark as broken

It is older than gcc7 and fails to compile due to ucontext_t changes in glibc 2.26.
This commit is contained in:
Orivej Desh 2017-11-16 20:20:48 +00:00
parent 737e415820
commit e188747d89

View file

@ -541,6 +541,8 @@ stdenv.mkDerivation ({
stdenv.lib.platforms.linux ++
stdenv.lib.platforms.freebsd ++
optionals (langAda == false) stdenv.lib.platforms.darwin;
broken = true;
};
}