mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
pynac: use python3 instead of python2
This commit is contained in:
parent
bf87caed1d
commit
30afa507a3
@ -4,8 +4,9 @@
|
||||
, pkgconfig
|
||||
, flint
|
||||
, gmp
|
||||
, python2
|
||||
, python3
|
||||
, singular
|
||||
, ncurses
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -23,8 +24,8 @@ stdenv.mkDerivation rec {
|
||||
flint
|
||||
gmp
|
||||
singular
|
||||
singular
|
||||
python2
|
||||
python3
|
||||
ncurses
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user