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 31 homepage = https://herwig.hepforge.org/; 32 32 platforms = stdenv.lib.platforms.unix; 33 33 maintainers = with stdenv.lib.maintainers; [ veprbl ]; 34 + broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen... 34 35 }; 35 36 }