mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 22:19:10 +00:00
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
Block a user