summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-11-23 22:26:38 +0100
committerGitHub <noreply@github.com>2020-11-23 22:26:38 +0100
commite4af85f1d8f28db965f48a6a2c85b04ceb48a4b5 (patch)
tree5b8a84d500690d480942f328a80a07e3d8e2dec0 /pkgs
parent4b481d9b9f18c740f25d91c1909ad87f52c49f5a (diff)
parent30afa507a3acf39910fcf278008e71c6a1e3ebb2 (diff)
Merge pull request #104476 from refnil/pynac
pynac: use python3 instead of python2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/math/pynac/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/pynac/default.nix b/pkgs/applications/science/math/pynac/default.nix
index 3e6057c9aef0..87fb205174bf 100644
--- a/pkgs/applications/science/math/pynac/default.nix
+++ b/pkgs/applications/science/math/pynac/default.nix
@@ -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 = [