forked from mirrors/nixpkgs
lhapdf,rivet: s/python/python2/
This commit is contained in:
parent
1feb89897e
commit
59a13d404f
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, boost, python }:
|
||||
{ stdenv, fetchurl, boost, python2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lhapdf-${version}";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1sgbaxv8clcfy4d96fkwfyqcd4b29i0hwv32ry4vy69j5qiki0f2";
|
||||
};
|
||||
|
||||
buildInputs = [ boost python ];
|
||||
buildInputs = [ boost python2 ];
|
||||
|
||||
patches = [ ./distutils-c++.patch ];
|
||||
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue