elliptic_curves: stay with python2
because its sage
This commit is contained in:
parent
63434aa261
commit
9f9a1a01ab
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, python
|
, python2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
export SAGE_SHARE="$out/share"
|
export SAGE_SHARE="$out/share"
|
||||||
export PYTHONPATH=$PWD
|
export PYTHONPATH=$PWD
|
||||||
|
|
||||||
${python.interpreter} ${spkg-install}
|
${python2.interpreter} ${spkg-install}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user