thepeg: fix rivet backend

This commit is contained in:
Dmitry Kalinkin
2018-05-30 16:06:34 -04:00
parent d239113bb0
commit 57bbe41295

View File

@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-hepmc=${hepmc}"
"--with-rivet=${rivet}"
"--without-javagui"
];