elliptic_curves: use Python 3

This commit is contained in:
Mauricio Collares 2021-12-05 21:44:50 -03:00 committed by Jonathan Ringer
parent 367eb04e2d
commit d93f7e5de8

View File

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