sage: 8.9.beta0 -> 8.9.beta2
This commit is contained in:
parent
924c321e8a
commit
56bd506e42
@ -10,14 +10,14 @@
|
|||||||
# all get the same sources with the same patches applied.
|
# all get the same sources with the same patches applied.
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "8.9.beta0";
|
version = "8.9.beta2";
|
||||||
pname = "sage-src";
|
pname = "sage-src";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sagemath";
|
owner = "sagemath";
|
||||||
repo = "sage";
|
repo = "sage";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1bp6sdfk6h966y9jcpqnsrjfs0f5xgc1xmjw75h2y18hdgiadiy6";
|
sha256 = "1cyfdkam9inai7ps1jblagb9kl9wd8kk06m4vhbjmfymvk36q4jf";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Patches needed because of particularities of nix or the way this is packaged.
|
# Patches needed because of particularities of nix or the way this is packaged.
|
||||||
|
@ -138,8 +138,8 @@ buildPythonPackage rec {
|
|||||||
mkdir -p "$SAGE_SHARE/sage/ext/notebook-ipython"
|
mkdir -p "$SAGE_SHARE/sage/ext/notebook-ipython"
|
||||||
mkdir -p "var/lib/sage/installed"
|
mkdir -p "var/lib/sage/installed"
|
||||||
|
|
||||||
|
source build/bin/sage-dist-helpers
|
||||||
cd src
|
cd src
|
||||||
source bin/sage-dist-helpers
|
|
||||||
|
|
||||||
${python.interpreter} -u setup.py --no-user-cfg build
|
${python.interpreter} -u setup.py --no-user-cfg build
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user