tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
herwig: broken on aarch64
Dmitry Kalinkin
7 years ago
91d6c911
19803a3b
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
physics
herwig
default.nix
+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
34
+
broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen...
34
35
};
35
36
}