Commit graph

104469 commits

Author SHA1 Message Date
Marius Bakke 94913eabbb
gnu: maven-model: Avoid usage of (guix build syscalls).
* gnu/packages/maven.scm (maven-3.0-model)[arguments]: Use MKDTEMP instead of
MKDTEMP!.
2022-11-11 18:09:58 +01:00
Marius Bakke bdfa795c98
build-system/dub: Avoid usage of (guix build syscalls).
* guix/build/dub-build-system.scm (configure): Use MKDTEMP instead of MKDTEMP!.
2022-11-11 18:09:58 +01:00
Marius Bakke 8b2a9be465
build-system/clojure: Avoid usage of (guix build sycalls).
* guix/build/clojure-build-system.scm (reset-class-timestamps): Use MKDTEMP
from Guile core instead of MKDTEMP!.
2022-11-11 18:09:58 +01:00
Marius Bakke d899e9351d
gnu: OpenJDK: Avoid usage of (guix build syscalls).
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Use MKDTEMP instead of
MKDTEMP! from (guix build syscalls).
(icedtea-8, openjdk9, openjdk11, antlr2): Likewise.
2022-11-11 18:09:58 +01:00
Marius Bakke a6343af221
build-system/ant: Avoid usage of (guix build syscalls).
* guix/build/ant-build-system.scm (strip-jar-timestamps): Use MKDTEMP from
Guile core rather than MKDTEMP!.
* guix/build/java-utils.scm (install-jar-file-with-pom): Likewise.
2022-11-11 18:09:58 +01:00
Ricardo Wurmus fa9ad4b482
gnu: guile-aiscm: Use different variant of protobuf-c.
* gnu/packages/machine-learning.scm (guile-aiscm)[native-inputs]: Replace
protobuf-c with protobuf-c-for-aiscm.
2022-11-11 17:19:28 +01:00
Ricardo Wurmus ac07544ebf
gnu: Add protobuf-c-for-aiscm.
* gnu/packages/protobuf.scm (protobuf-c-for-aiscm): New variable.
2022-11-11 17:19:10 +01:00
Ricardo Wurmus d4ec49d1da
import/cran: Add package name mapping for "booktabs".
* guix/import/cran.scm (transform-sysname): Add mapping for "booktabs".
2022-11-11 15:10:21 +01:00
Ricardo Wurmus 7d6843b631
import/cran: Add more strings to the list of invalid packages.
* guix/import/cran.scm (invalid-packages): Add "c++", "c++17", and
"posix.1-2001" to list of invalid packages.
2022-11-11 15:10:21 +01:00
Navid Afkhami ba8679fb24
gnu: Add python-tspex.
* gnu/packages/python-science.scm (python-tspex): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-11-11 12:12:04 +01:00
Nicolas Goaziou a370fcbc5f
gnu: scintilla: Update to 5.3.1.
* gnu/packages/text-editors.scm (scintilla): Update to 5.3.1.
2022-11-11 11:48:11 +01:00
Nicolas Goaziou a9ba05ca31
gnu: emacs-robot-mode: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.7.0.
2022-11-11 11:48:11 +01:00
Nicolas Goaziou 54230ad949
gnu: emacs-org-transclusion: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-org-transclusion)[argument]: Run tests.
[native-inputs]: Add EMACS-ERT-RUNNER.
2022-11-11 11:48:10 +01:00
Nicolas Goaziou 28de3f4063
gnu: emacs-doom-modeline: Update to 3.3.2.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.2.
2022-11-11 11:48:10 +01:00
Nicolas Goaziou ceaff4eb29
gnu: emacs-cape: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.10.
2022-11-11 11:48:10 +01:00
(unmatched-parenthesis c37b6fba1a
gnu: Add go-github-com-xo-terminfo.
* gnu/packages/golang.scm (go-github-com-xo-terminfo): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-11 00:49:38 -05:00
(unmatched-parenthesis 8835937ea5
gnu: Add go-google-golang-org-protobuf.
* gnu/packages/golang.scm (go-google-golang-org-protobuf): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-11 00:21:23 -05:00
(unmatched-parenthesis a6d2ae431a
gnu: Add go-github-com-creack-pty.
* gnu/packages/golang.scm (go-github-com-creack-pty): New variable.
* guix/build-system/go.scm (go-target): Add to exported variables.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-10 23:17:18 -05:00
Efraim Flashner 70df5c47a8
gnu: tor: Update to 0.4.7.11.
* gnu/packages/tor.scm (tor): Update to 0.4.7.11.
2022-11-10 23:00:59 +02:00
Mathieu Othacehe 3e3f3a332d
gnu: parted: Add a debug output.
This is useful when debugging installer crashes in libparted.

* gnu/packages/disk.scm (parted)[outputs]: Add a "debug" output.
2022-11-10 18:17:14 +01:00
Artyom Bologov 1f5e8ef14f
gnu: Add cl-nsymbols.
* gnu/packages/lisp-xyz.scm (sbcl-nsymbols, cl-nsymbols, ecl-nsymbols): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-10 14:43:35 +01:00
( via Guix-patches via 2c9b4c573b
gnu: mako: Patch makoctl to refer directly to binaries.
* gnu/packages/wm.scm (mako)[arguments]<#:phases>{'patch-makoctl}:
  New phase.
[inputs]: Add jq.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-11-10 16:52:55 +04:00
Andrew Tropin 0760a8511d
gnu: guile-parted: Fix hash.
* gnu/packages/guile-xyz.scm (guile-parted): Fix hash.
2022-11-10 16:52:55 +04:00
Mathieu Othacehe b5510269c5
gnu: guile-parted: Update to 0.0.7.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.7.
2022-11-10 13:22:52 +01:00
Artyom Bologov a6d6a48b15
gnu: Add cl-lass.
* gnu/packages/lisp-xyz.scm (sbcl-lass, cl-lass, ecl-lass): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-10 11:12:33 +01:00
Jonathan Brielmaier cc4fa1018d
gnu: icedove: Update to 102.4.2.
* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.2.
2022-11-10 09:44:49 +01:00
Hilton Chain ae820c317c
gnu: font-chiron-hei-hk: Update to 2.505.
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.505.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:37:10 +08:00
Hilton Chain d6479009e4
gnu: font-chiron-sung-hk: Update to 1.007.
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.007.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:37:04 +08:00
Michael Rohleder abdd37957d
gnu: btop: Update to 1.2.13.
* gnu/packages/admin.scm (btop): Update to 1.2.13.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:25:21 +08:00
Imran Iqbal 0d7131d2bd
gnu: scdoc: Update to 1.11.2.
* gnu/packages/man.scm (scdoc): Update to 1.11.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:18:56 +08:00
Hilton Chain 841963f948
gnu: Add modprobed-db.
* gnu/packages/linux.scm (modprobed-db): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
cage aaa59935af
gnu: gmid: Update to 1.8.5.
* gnu/packages/web.scm (gmid): Update to 1.8.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
Nicolas Graves b6b4be2e48
gnu: Add vnstat.
* gnu/packages/networking.scm (vnstat): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
Ludovic Courtès 0916a79f8c
installer: Remove unused variable.
* gnu/installer/newt.scm (newt-run-command): Remove
'displayed-command'.
2022-11-09 23:59:42 +01:00
Ludovic Courtès 26e39b1258
gnu: texinfo: Add version 7.0.
* gnu/packages/texinfo.scm (texinfo-7): New variable.
2022-11-09 23:59:41 +01:00
Danny Milosavljevic a827905302
gnu: Add edac-utils.
* gnu/packages/linux.scm (edac-utils): New variable.
2022-11-09 23:04:22 +01:00
Artyom V. Poptsov 63b7dbc732
gnu: guile-ics: Update to 0.4.0.
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.4.0.
  [propagated-inputs]: Add "guile-dsv".
  [description]: Update.
  (guile2.2-ics): Likewise.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-09 17:45:41 +01:00
zimoun 18fb7c0f30
etc: teams: List teams sorted by id.
* etc/teams.scm.in (list-teams): Sort teams by id.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-09 17:15:43 +01:00
zimoun ab9e6597f6
etc: teams: List members sorted by name.
* etc/teams.scm.in (list-members): Sort by name.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-09 17:09:42 +01:00
Efraim Flashner 70f43c0c2e
gnu: libressl: Update to 3.6.1.
* gnu/packages/tls.scm (libressl): Update to 3.6.1.
2022-11-09 16:29:15 +02:00
Ricardo Wurmus 8d7cb7f2a4
machine/digital-ocean: Pull operating system definition out of string.
* gnu/machine/digital-ocean.scm (guix-infect): Define the operating system
declaration as an s-expression and paste it into the generated Bash script to
simplify editing.
2022-11-09 13:45:24 +01:00
Ricardo Wurmus ebb88e2bed
machine/digital-ocean: Set load path to Guile 3.0 directories.
* gnu/machine/digital-ocean.scm (guix-infect, add-static-networking): Set
GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH to directories for Guile 3.0
instead of 2.2.
2022-11-09 13:45:24 +01:00
Ricardo Wurmus e8dcd008a0
machine/digital-ocean: Use static-networking-service-type.
* gnu/machine/digital-ocean.scm (ip+netmask->cidr): New procedure.
(guix-infect, add-static-networking): Use static-networking-service-type
instead of the deprecated static-networking-service.
2022-11-09 13:45:24 +01:00
Ricardo Wurmus c8e41af7be
machine/digital-ocean: Use nightly Guix.
* gnu/machine/digital-ocean.scm (guix-infect): Fetch latest Guix build from
ci.guix.gnu.org.
2022-11-09 13:45:24 +01:00
Ludovic Courtès d9ca9cdd01
gnu: guile-fibers: Add patch fixing FD finalizer memory leak.
Fixes <https://issues.guix.gnu.org/58631>.

* gnu/packages/patches/guile-fibers-fd-finalizer-leak.patch: New file.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2022-11-09 12:53:03 +01:00
Andrew Tropin e7c1f8979a
gnu: emacs-magit: Update to 3.3.0-0.36059e0.
83ede5a02e breaks tests in emacs-magit 3.3.0,
I asked Jonas to make a new release, but it can take quite some time
https://github.com/magit/magit/discussions/4742

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-0.36059e0.
[propagated-inputs]: Add emacs-compat.
[arguments]<#:phases>: Remove disable-tramp-test.
2022-11-09 15:44:27 +04:00
Efraim Flashner 8918e42de0
gnu: libfido2: Rewrite using g-exps.
* gnu/packages/security-token.scm (libfido2)[arugments]: Rewrite using
g-exps. Remove phases, disable tests.
2022-11-09 11:53:38 +02:00
Efraim Flashner c498146521
gnu: mutt: Update to 2.2.8.
* gnu/packages/mail.scm (mutt): Update to 2.2.8.
2022-11-09 11:48:17 +02:00
Ricardo Wurmus a4c050b0a0
gnu: bart: Update to 0.8.00.
* gnu/packages/image-processing.scm (bart): Update to 0.8.00.
2022-11-09 10:37:22 +01:00
Ricardo Wurmus d42856670d
gnu: bart: Do not build in parallel.
This is necessary for a reproducible build.

* gnu/packages/image-processing.scm (bart)[arguments]: Add PARALLEL and
PARALLEL_NJOBS to make flags; disable parallel build.
2022-11-09 10:37:22 +01:00