Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

herwig: broken on aarch64

+1
+1
pkgs/development/libraries/physics/herwig/default.nix
··· 31 homepage = https://herwig.hepforge.org/; 32 platforms = stdenv.lib.platforms.unix; 33 maintainers = with stdenv.lib.maintainers; [ veprbl ]; 34 }; 35 }
··· 31 homepage = https://herwig.hepforge.org/; 32 platforms = stdenv.lib.platforms.unix; 33 maintainers = with stdenv.lib.maintainers; [ veprbl ]; 34 + broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen... 35 }; 36 }