pcmsolver: replace python2 by python3 as build dependency

This commit is contained in:
Phillip Seeber 2022-04-11 10:39:41 +02:00
parent a82378a76a
commit 2c1e621741

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, perl, gfortran, python2
{ lib, stdenv, fetchFromGitHub, cmake, perl, gfortran, python3
, boost, eigen, zlib
} :
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
cmake
gfortran
perl
python2
python3
];
buildInputs = [