mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
thepeg: fix rivet backend
This commit is contained in:
parent
d239113bb0
commit
57bbe41295
|
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [
|
||||
"--with-hepmc=${hepmc}"
|
||||
"--with-rivet=${rivet}"
|
||||
"--without-javagui"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue