summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2022-09-07 18:58:16 +0000
committerGitHub <noreply@github.com>2022-09-07 18:58:16 +0000
commit41df56c421f1409f483881f60331fd6764b37f23 (patch)
treeb76d3b46d9f7516888ebb1bab7cc5c08330943fc
parent32bdbd99483b7b8be8dda9bba11d20e5d8d6ce07 (diff)
parent91311e30b34d7607573d0cdd32e6acb04622ce2f (diff)
Merge pull request #189784 from collares/singular-431p2
singular: 4.3.1 -> 4.3.1p2
-rw-r--r--pkgs/applications/science/math/singular/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/science/math/singular/default.nix b/pkgs/applications/science/math/singular/default.nix
index c1ada27d581e..3ca1501e382e 100644
--- a/pkgs/applications/science/math/singular/default.nix
+++ b/pkgs/applications/science/math/singular/default.nix
@@ -18,13 +18,13 @@
# want it to match the upstream format because sage depends on it.
, texinfo4
, texlive
-, enableDocs ? true
+, enableDocs ? !stdenv.isDarwin
, enableGfanlib ? true
}:
stdenv.mkDerivation rec {
pname = "singular";
- version = "4.3.1";
+ version = "4.3.1p2";
# since the tarball does not contain tests, we fetch from GitHub.
src = fetchFromGitHub {
@@ -33,8 +33,9 @@ stdenv.mkDerivation rec {
# if a release is tagged (which sometimes does not happen), it will
# be in the format below.
- rev = "Release-${lib.replaceStrings ["."] ["-"] version}";
- sha256 = "sha256-3r3epwaVbyveyYtmfxuevO4Q52J6FbI6RRqiaHQGJIk=";
+ # rev = "Release-${lib.replaceStrings ["."] ["-"] version}";
+ rev = "370a87f29e7b2a3fefe287184bd4f75b793cb03c";
+ sha256 = "sha256-T2tJ5yHTLzrXdozQB/XGZn4lNhpwVd9L30ZOzKAHxWs=";
# the repository's .gitattributes file contains the lines "/Tst/
# export-ignore" and "/doc/ export-ignore" so some directories are