tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
herwig,thepeg: mark as gpl3Only
Dmitry Kalinkin
5 years ago
669c286d
116108e2
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
physics
herwig
default.nix
thepeg
default.nix
+1
-1
pkgs/development/libraries/physics/herwig/default.nix
···
28
28
meta = with lib; {
29
29
description = "A multi-purpose particle physics event generator";
30
30
homepage = "https://herwig.hepforge.org/";
31
31
-
license = licenses.gpl3;
31
31
+
license = licenses.gpl3Only;
32
32
maintainers = with maintainers; [ veprbl ];
33
33
platforms = platforms.unix;
34
34
broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen...
+1
-1
pkgs/development/libraries/physics/thepeg/default.nix
···
22
22
meta = with lib; {
23
23
description = "Toolkit for High Energy Physics Event Generation";
24
24
homepage = "https://herwig.hepforge.org/";
25
25
-
license = licenses.gpl3;
25
25
+
license = licenses.gpl3Only;
26
26
maintainers = with maintainers; [ veprbl ];
27
27
platforms = platforms.unix;
28
28
};