From 57bbe4129599b75f587ea9c9789113ac36e49ea4 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 30 May 2018 16:06:34 -0400 Subject: [PATCH] thepeg: fix rivet backend --- pkgs/development/libraries/physics/thepeg/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/physics/thepeg/default.nix b/pkgs/development/libraries/physics/thepeg/default.nix index 63db874d848..0a8ee8f393c 100644 --- a/pkgs/development/libraries/physics/thepeg/default.nix +++ b/pkgs/development/libraries/physics/thepeg/default.nix @@ -13,6 +13,7 @@ stdenv.mkDerivation rec { configureFlags = [ "--with-hepmc=${hepmc}" + "--with-rivet=${rivet}" "--without-javagui" ];