Use python 3
This commit is contained in:
parent
03c7256767
commit
2627552a0f
@ -4,7 +4,7 @@
|
|||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, nanos6
|
, nanos6
|
||||||
, gperf
|
, gperf
|
||||||
, python
|
, python3
|
||||||
, gfortran
|
, gfortran
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, sqlite
|
, sqlite
|
||||||
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
autoreconfHook
|
autoreconfHook
|
||||||
nanos6
|
nanos6
|
||||||
gperf
|
gperf
|
||||||
python
|
python3
|
||||||
gfortran
|
gfortran
|
||||||
pkg-config
|
pkg-config
|
||||||
sqlite.dev
|
sqlite.dev
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, pkgconfig, libtool, curl
|
{ stdenv, lib, fetchFromGitHub, pkgconfig, libtool, curl
|
||||||
, python, munge, perl, pam, openssl
|
, python3, munge, perl, pam, openssl
|
||||||
, ncurses, libmysqlclient, gtk2, lua, hwloc, numactl
|
, ncurses, libmysqlclient, gtk2, lua, hwloc, numactl
|
||||||
, readline, freeipmi, libssh2, xorg
|
, readline, freeipmi, libssh2, xorg
|
||||||
, pmix
|
, pmix
|
||||||
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig libtool ];
|
nativeBuildInputs = [ pkgconfig libtool ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
curl python munge perl pam openssl
|
curl python3 munge perl pam openssl
|
||||||
libmysqlclient ncurses gtk2
|
libmysqlclient ncurses gtk2
|
||||||
lua hwloc numactl readline freeipmi
|
lua hwloc numactl readline freeipmi
|
||||||
pmix
|
pmix
|
||||||
|
Loading…
Reference in New Issue
Block a user