lhapdf,rivet: s/python/python2/

This commit is contained in:
Dmitry Kalinkin
2016-10-20 21:01:55 -04:00
parent 1feb89897e
commit 59a13d404f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fastjet, ghostscript, gsl, hepmc, imagemagick, less, python, texlive, yoda, which, makeWrapper }:
{ stdenv, fetchurl, fastjet, ghostscript, gsl, hepmc, imagemagick, less, python2, texlive, yoda, which, makeWrapper }:
stdenv.mkDerivation rec {
name = "rivet-${version}";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
xcolor
xkeyval
;};
buildInputs = [ ghostscript hepmc imagemagick python latex makeWrapper ];
buildInputs = [ ghostscript hepmc imagemagick python2 latex makeWrapper ];
propagatedBuildInputs = [ fastjet gsl yoda ];
preInstall = ''