lhapdf: build against python3 by default

master
Dmitry Kalinkin 2021-06-07 02:05:20 -04:00
parent 489c958e02
commit 60331927f0
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
1 changed files with 3 additions and 1 deletions

View File

@ -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 { };