tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
eclib: 20180710 -> 20180815
Timo Kaufmann
7 years ago
8c3db41c
cc288eef
+2
-10
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
eclib
default.nix
+2
-10
pkgs/development/libraries/eclib/default.nix
···
16
16
stdenv.mkDerivation rec {
17
17
name = "${pname}-${version}";
18
18
pname = "eclib";
19
19
-
version = "20180710"; # upgrade might break the sage interface
19
19
+
version = "20180815"; # upgrade might break the sage interface
20
20
# sage tests to run:
21
21
# src/sage/interfaces/mwrank.py
22
22
# src/sage/libs/eclib
···
25
25
owner = "JohnCremona";
26
26
repo = "${pname}";
27
27
rev = "v${version}";
28
28
-
sha256 = "1kmwpw971sipb4499c9b35q5pz6sms5qndqrvq7396d8hhwjg1i2";
28
28
+
sha256 = "12syn83lnzx0xc4r1v3glfimbzndyilkpdmx50xrihbjz1hzczif";
29
29
};
30
30
-
patches = [
31
31
-
# One of the headers doesn't get installed.
32
32
-
# See https://github.com/NixOS/nixpkgs/pull/43476.
33
33
-
(fetchpatch {
34
34
-
url = "https://github.com/JohnCremona/eclib/pull/42/commits/c9b96429815e31a6e3372c106e31eef2a96431f9.patch";
35
35
-
sha256 = "0cw26h94m66rbh8jjsfnb1bvc6z7ybh8zcp8xl5nhxjxiawhcl73";
36
36
-
})
37
37
-
];
38
30
buildInputs = [
39
31
pari
40
32
ntl