elliptic_curves: stay with python2

because its sage
This commit is contained in:
Frederik Rietdijk 2021-03-25 12:36:24 +01:00
parent 63434aa261
commit 9f9a1a01ab

View file

@ -1,6 +1,6 @@
{ lib, stdenv
, fetchurl
, python
, python2
}:
stdenv.mkDerivation rec {
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
export SAGE_SHARE="$out/share"
export PYTHONPATH=$PWD
${python.interpreter} ${spkg-install}
${python2.interpreter} ${spkg-install}
'';
meta = with lib; {