herwig: broken on aarch64
This commit is contained in:
parent
19803a3b69
commit
91d6c9111e
|
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://herwig.hepforge.org/;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
||||
broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen...
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue