lhapdf: build against python3 by default
This commit is contained in:
parent
489c958e02
commit
60331927f0
@ -30211,7 +30211,9 @@ in
|
||||
|
||||
herwig = callPackage ../development/libraries/physics/herwig { };
|
||||
|
||||
lhapdf = callPackage ../development/libraries/physics/lhapdf { };
|
||||
lhapdf = callPackage ../development/libraries/physics/lhapdf {
|
||||
python = python3;
|
||||
};
|
||||
|
||||
mela = callPackage ../development/libraries/physics/mela { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user