Merge pull request #119333 from veprbl/pr/sherpa_with_pythia

sherpa: compile with --enable-pythia flag
This commit is contained in:
Dmitry Kalinkin
2021-04-13 12:35:26 -04:00
committed by GitHub

View File

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