sherpa: compile with --enable-pythia flag

This commit is contained in:
Dmitry Kalinkin 2021-04-13 09:34:27 -04:00
parent e002b635cd
commit a469a7be55
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
"--enable-fastjet=${fastjet}"
"--enable-lhapdf=${lhapdf}"
"--enable-rivet=${rivet}"
"--enable-pythia"
];
meta = with lib; {