pynac: use python3 instead of python2

This commit is contained in:
Martin Lavoie
2020-11-20 20:46:43 +01:00
parent bf87caed1d
commit 30afa507a3
@@ -4,8 +4,9 @@
, pkgconfig , pkgconfig
, flint , flint
, gmp , gmp
, python2 , python3
, singular , singular
, ncurses
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@@ -23,8 +24,8 @@ stdenv.mkDerivation rec {
flint flint
gmp gmp
singular singular
singular python3
python2 ncurses
]; ];
nativeBuildInputs = [ nativeBuildInputs = [