Merge pull request #104476 from refnil/pynac

pynac: use python3 instead of python2
This commit is contained in:
Timo Kaufmann 2020-11-23 22:26:38 +01:00 committed by GitHub
commit e4af85f1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [