~ruther/guix-local

808f9190 — David Elsing 2 years ago
gnu: igraph: Update to 0.10.7.

* gnu/packages/graph.scm (igraph): Update to 0.10.7.
[source]: Use git-fetch. Apply patch.
<snippet>: Remove the entire "vendor" and "src/isomorphism/bliss" directories.
Patch CMakeLists.txt to not build and use vendored dependencies.
[arguments]: Add -DIGRAPH_INTEGER_SIZE=64 to #:configure-flags. Add phases to
use unbundled libraries and build documentation.
[native-inputs]: Add bison, docbook-xml-4.3, docbook-xsl, flex, pcg-c, python,
source-highlight and xmlto.
[inputs]: Remove gmp and libxml2. Add bliss and suitesparse-cxsparse.
* gnu/packages/patches/igraph-fix-varargs-integer-size.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
aa4959e6 — David Elsing 2 years ago
gnu: Add pcg-c.

* gnu/packages/c.scm (pcg-c): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b0715d7c — Janneke Nieuwenhuizen 2 years ago
gnu: Use ‘libc-utf8-locales-for-target’.

* guix/packages.scm (%standard-patch-inputs): Use
‘libc-utf8-locales-for-target’ instead of ‘glibc-utf8-locales’.
* guix/self.scm (%packages): Likewise.
* gnu/home/services/ssh.scm (file-join): Likewise
* gnu/installer.scm (build-compiled-file): Likewise.
* gnu/packages/chromium.scm (ungoogled-chromium/wayland): Likewise.
* gnu/packages/gnome.scm (libgweather4, tracker): Likewise.
* gnu/packages/javascript.scm (js-mathjax): Likewise.
* gnu/packages/package-management.scm (guix, flatpak): Likewise.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): Likewise.
* gnu/packages/suckless.scm (svkbd): Likewise.
* gnu/services.scm (cleanup-gexp): Likewise.
* gnu/services/base.scm (guix-publish-shepherd-service): Likewise.
* gnu/services/guix.scm (guix-build-coordinator-shepherd-services)
(guix-build-coordinator-agent-shepherd-services): Likewise.
* gnu/services/guix.scm (guix-build-coordinator-queue-builds-shepherd-services):
(guix-data-service-shepherd-services)
(nar-herder-shepherd-services)
(bffe-shepherd-services): Likewise.
* gnu/services/web.scm (anonip-shepherd-service)
(mumi-shepherd-services): Likewise.
* gnu/system/image.scm (system-disk-image, system-iso9660-image)
(system-docker-image, system-tarball-image): Likewise.
* gnu/system/install.scm (%installation-services): Likewise.
* guix/profiles.scm (info-dir-file): Likewise.
(ca-certificate-bundle, profile-derivation): Likewise.
* guix/scripts/pack.scm (store-database, set-utf8-locale): Likewise.
* tests/pack.scm: Likewise.
* tests/profiles.scm ("profile-derivation, cross-compilation"):
Likewise.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Co-authored-by: Christopher Baines <mail@cbaines.net>
Change-Id: I24239f427bcc930c29d2ba5d00dc615960a6c374
9442b53c — Janneke Nieuwenhuizen 2 years ago
gnu: Add ‘libc-locales-for-target’ and related.

Partly fixes <https://issues.guix.gnu.org/66472>.

This is a followup to 95ea1277ae2ebd278bdb51a7887f5ba1116fbc64.

* gnu/packages/base.scm (glibc-locales/hurd): New variable
(libc-locales-for-target): Use it in new procedure.
(libc-utf8-locales-for-target): New procedure.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I16e187fcc65a5d4a3b065066b45ef9e45d1875f6
ea348b10 — Janneke Nieuwenhuizen 2 years ago
gnu: mes: Update to 0.25.1.

* gnu/packages/mes.scm (mes): Update to 0.25.1.
(supported-systems): Remove aarch64-linux (building on aarch64-linux is only
"supported" using armhf-linux compatibility).

Change-Id: I97a95c1e246d5698db6d78f845a188826817f3be
a84bb5e6 — Janneke Nieuwenhuizen 2 years ago
gnu: mescc-tools: Update to 1.5.2.

* guix/git/mes.scm (mescc-tools): Update to 1.5.2.
(arguments): Remove `patch-Kaem/test.sh' phase.

Change-Id: I47d7f3159a1e6395ffbb9141147c9cbf0676f22b
877086a8 — Lars-Dominik Braun 2 years ago
gnu: python-sphinx-prompt: Fix tests.

docutils>=0.19 broke the tests, which upstream fixed in a newer
commit. Cherry-pick it.

* gnu/packages/patches/python-sphinx-prompt-docutils-0.19.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/sphinx.scm (python-sphinx-prompt)[origin]: Use it.

Change-Id: I597387a35e6a1da01063b4812e0f919788a13b54
842a11f1 — Bruno Victal 2 years ago
gnu: emacs-magit: Update to 3.3.0-7.dda332b.

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-7.dda332b.

Copyright-paperwork-exempt: Yes
Change-Id: Icb119958ec806f96ebe18567492a9611c56572e1
Signed-off-by: Andrew Tropin <andrew@trop.in>
efe1a9c9 — Florian Pelz 2 years ago
nls: Update translations.

* po/guix/ca.po: New file.
* po/guix/LINGUAS: Add ca.$

Change-Id: Ibae3f58ba702d7c5a4fafdd59a19f70aa8e18212
2b782f67 — David Thompson 2 years ago
gnu: guile-hoot: Update to 0.2.0.

* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.2.0.

Change-Id: I3bf5f457ef2359588889962ab3bbbc2d47b4a022
c12cf2fb — Guillaume Le Vaillant 2 years ago
gnu: Add ecl-prompter.

* gnu/packages/lisp-xyz.scm (ecl-prompter): New variable.

Change-Id: Ia109971456a95333d0867135f0ece141848ecfe6
8b3195de — Andre A. Gomes 2 years ago
gnu: cl-prompter: Update to 0.1.1.

* gnu/packages/lisp-xyz.scm (sbcl-prompter): Update to 0.1.1.
  [source]: Remove snippet.
  [native-inputs]: Remove sbcl-nasdf.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Ie339db2ff722b72f93c15c74e76aeaaf17f3ce7d
154a4184 — Andre A. Gomes 2 years ago
gnu: cl-nhooks: Update to 1.2.2.

* gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.2.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I14760fb557e81f503faaac0f73051412f718ca0b
61bd8520 — Andre A. Gomes 2 years ago
gnu: cl-nsymbols: Update to 0.3.2.

* gnu/packages/lisp-xyz.scm (sbcl-nsymbols): Update to 0.3.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Id3c69fd3fe2bcb2fabe38e894c0714f374cf55e9
3e4e66e6 — Andre A. Gomes 2 years ago
gnu: cl-njson: Update to 1.2.2.

* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.2.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I06ad8fa6b7511d8d6016037ce04e544cc5ed1f02
1ad68824 — Andre A. Gomes 2 years ago
gnu: cl-nfiles: Update to 1.1.4.

* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.1.4.
  [source]: Remove snippet.
  [native-inputs]: Remove sbcl-nasdf.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I58bf9d91f7d0189ebcb09ead0cc9c0bdb2aa5d23
6d9479dd — Andre A. Gomes 2 years ago
gnu: cl-nclasses: Update to 0.6.1.

* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.6.1.
  [source]: Remove snippet.
  [native-inputs]: Remove sbcl-nasdf.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I3eb1af6081d68f7426990d9795cff10e6b12a496
972daf03 — Andre A. Gomes 2 years ago
gnu: cl-history-tree: Update to 0.1.2.

* gnu/packages/lisp-xyz.scm (sbcl-history-tree): Update to 0.1.2.
  [source]: Remove snippet.
  [native-inputs]: Remove sbcl-nasdf.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Iec4932caed1f05266196a4216fef0bbe1ceb67f9
b1b79b49 — Andre A. Gomes 2 years ago
gnu: cl-nkeymaps: Update to 1.1.1.

* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Id02e612c03ceefb4ce6532f569c73f58a50c9777
bd5955e3 — Guillaume Le Vaillant 2 years ago
gnu: txr: Update to 292.

* gnu/packages/lisp.scm (txr): Update to 292.

Change-Id: I7fb2e2c5ea40954d45eb80d36fb0db4f6f45c4c7
Next