apfel: build with python3 (#148796)
Upstream supports python3 since:0a75939245
50c729f7f1
This commit is contained in:
parent
dac5570863
commit
69263d42c1
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, gfortran, lhapdf, python2, zlib }:
|
{ lib, stdenv, fetchFromGitHub, gfortran, lhapdf, python3, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "apfel";
|
pname = "apfel";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-szEtSC/NouYlHSjVoX9Hoh7yQ0W82rVccYEF1L2tXoU=";
|
sha256 = "sha256-szEtSC/NouYlHSjVoX9Hoh7yQ0W82rVccYEF1L2tXoU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gfortran lhapdf python2 zlib ];
|
buildInputs = [ gfortran lhapdf python3 zlib ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user