aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-09-27gnu: opendjk11: Remove input labels.Maxim Cournoyer
* gnu/packages/java.scm (openjdk11)[inputs, native-inputs]: Remove labels.
2022-09-27gnu: opendjk11: Remove trailing #t and use gexps.Maxim Cournoyer
* gnu/packages/java.scm (openjdk11): Properly punctuate comments. [source]: Remove trailing #t in snippet. [configure-flags]: Use gexps and this-package-input. [phases]: Delete trailing #t and use gexps to refer to outputs.
2022-09-25Revert "gnu: source-highlight: Fix lesspipe file name and use gexps."Tobias Geerinckx-Rice
This reverts commit 74f07348e99a3495964a8bbb8da83d27ecad656e. It is a core-updates change.
2022-09-27gnu: source-highlight: Fix lesspipe file name and use gexps.kiasoc5
This fixes src-hilite-lesspipe.sh so that lesspipe.sh is called instead of lesspipe. * gnu/packages/pretty-print.scm (source-highlight): [arguments]: Use gexps, remove trailing #ts. [phases]: Add phase to make src-highlight-lesspipe.sh work. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: gnome-shell-extension-clipboard-indicator: Update to 42.kiasoc5
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to 42. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: font-lxgw-wenkai-tc: Update to 0.922.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 0.922. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: font-lxgw-wenkai: Update to 1.245.Hilton Chain
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.245 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: font-chiron-hei-hk: Update to 2.504.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.504. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: font-chiron-sung-hk: Update to 1.006.Hilton Chain
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.006. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: podman: Update to 4.2.1.Hilton Chain
* gnu/packages/containers.scm (podman): Update to 4.2.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: matterbridge: Update to 1.25.2.Denis 'GNUtoo' Carikli
* gnu/packages/messaging.scm (matterbridge): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: vim-nerdcommenter: Update to 2.6.0, use G-expressions.kiasoc5
* gnu/packages/vim.scm (vim-nerdcommenter): Update to 2.6.0. [source]: Use release tag. [arguments]: Use G-expressions. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: blueman: Update to 2.3.2.kiasoc5
* gnu/packages/networking.scm (blueman): Update to 2.3.2. [native-inputs]: Remove input labels. [inputs]: Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-27gnu: pipewire-0.3: Add man pages.Josselin Poiret
* gnu/packages/linux.scm (pipewire-0.3): Add man pages generation. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-26file-systems: Add cgroup2 to %pseudo-file-system-types.Hilton Chain
* gnu/system/file-systems.scm (%pseudo-file-system-types): Add cgroup2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26gnu: busybox: Fix cross-compilation.Lu Hui
* gnu/packages/busybox.scm (busybox)[arguments]: Switch to gexps. Honor #:tests? in 'check' phase. Add #:make-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26services: nginx: Don't emit empty fieldsSimen Endsjø
An empty root or index field is an error in nginx. * gnu/services/web.scm (emit-nginx-server-config): Don't emit root or index fields when they are empty Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26gnu: gnome-boxes: Patch 'qemu-img' file name.Jacob Hrbek
* gnu/packages/gnome.scm (gnome-boxes)[arguments]: Add 'set-qemu-file-name' phase. [inputs]: Add QEMU-MINIMAL. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26gnu: Add texlive-babel-polish.Wiktor Żelazny
* gnu/packages/tex.scm (texlive-babel-polish): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26gnu: Add ec.Denis 'GNUtoo' Carikli
* gnu/packages/linux.scm (ec): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-26machine: ssh: Parameterize '%current-system' early on.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/58084>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. Previously, "sanity checks" and other operations would happen in a context where '%current-system' has its default value. Thus, running 'guix deploy' on x86_64-linux machine for an aarch64-linux one would lead things like '%base-initrd-modules' to see "x86_64-linux" as the '%current-system' value, in turn making the wrong choices. * gnu/machine/ssh.scm (check-deployment-sanity)[assertions]: Wrap in 'parameterize'. (deploy-managed-host): Likewise for the 'mlet' body.
2022-09-26tests: telephony: Add missing import to fix jami tests.Maxim Cournoyer
* gnu/tests/telephony.scm (run-jami-test): Add a missing (ice-9 match) import directive. Co-authored-by: Olivier Dion <olivier.dion@polymtl.ca>
2022-09-26gnu: emacs-ement: Update to 0.2.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.1.
2022-09-26gnu: qemu: Disable qtest-aarch64/migration-test test.Maxim Cournoyer
* gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/virtualization.scm (qemu): Apply it.
2022-09-26gnu: gnome-shell-extension-gsconnect: Update to 50.Eric Bavier
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to version 50. Update url references to new organization.
2022-09-26gnu: libspatialite: Disable tests.Guillaume Le Vaillant
Several tests fail since the update of Proj to version 9, but the library seems to be working as the test phases of dependents are passing. * gnu/packages/geo.scm (libspatialite)[arguments]: Disable tests.
2022-09-26gnu: Add r-compgenomrdata.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-compgenomrdata): New variable.
2022-09-26gnu: Add libpatch.Olivier Dion
* gnu/packages/instrumentation.scm (libpatch): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-26gnu: guile-ini: Update to 0.5.2.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-25gnu: linux-libre 5.10: Update to 5.10.145.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.145. (linux-libre-5.10-pristine-source): Update hash.
2022-09-25gnu: linux-libre 5.15: Update to 5.15.70.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.70. (linux-libre-5.15-pristine-source): Update hash.
2022-09-25gnu: linux-libre: Update to 5.19.11.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.11. (linux-libre-5.19-pristine-source): Update hash.
2022-09-25gnu: Add python-vaex-core.Ricardo Wurmus
* gnu/packages/python-science.scm (python-vaex-core): New variable.
2022-09-25gnu: Add pybind11-2.3.Ricardo Wurmus
* gnu/packages/python-xyz.scm (pybind11-2.3): New variable.
2022-09-25gnu: Add python-blake3.Ricardo Wurmus
* gnu/packages/python-crypto.scm (python-blake3): New variable.
2022-09-25gnu: emacs-orgmdb: Add missing input.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-orgmdb)[arguments]: Avoid propagating FD. [inputs]: Add FD.
2022-09-25gnu: emacs-libgit: Fix build with native compilation.John Kehayias
* gnu/packages/emacs-xyz.scm (emacs-libgit)[#:phases]: Add ‘emacs-add-install-to-native-load-path’ after ‘unpack’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-25gnu: emacs-pdf-tools: Fix build with native compilation.John Kehayias
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools)[#:phases]: Add ‘emacs-add-install-to-native-load-path’ between ‘emacs-expand-load-path’ and ‘emacs-install’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-09-25gnu: Add emacs-color-theme-solarized.Brian Kubisiak
* gnu/packages/emacs-xyz (emacs-color-theme-solarized): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25gnu: emacs-macrostep-geiser: Order inputs alphabetically.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-macrostep-geiser)[propagated-inputs]: Order inputs alphabetically.
2022-09-25gnu: emacs-cpreproc-openvdb: Remove period in synopsis.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb)[synopsis]: Remove period.
2022-09-25gnu: Add emacs-clue.jgart via Guix-patches via
* gnu/packages/emacs-xyz.scm (emacs-clue): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25gnu: emacs-denote: Update to 0.6.0.jgart via Guix-patches via
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 0.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25gnu: Add emacs-ol-notmuch.Fredrik Salomonsson
* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25gnu: Add emacs-macrostep-geiser.Hilton Chain via Guix-patches via
* gnu/packages/emacs-xyz.scm (emacs-macrostep-geiser): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25gnu: Add emacs-marginalia-emprise.Fredrik Salomonsson
* gnu/packages/emacs-xyz.scm (emacs-marginalia-emprise): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25gnu: Add emacs-orgmdb.Fredrik Salomonsson
* gnu/packages/emacs-xyz.scm (emacs-orgmdb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25gnu: Add emacs-cpreproc-openvdb.Fredrik Salomonsson
* gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-25system: images: Add a TODO comment.Mathieu Othacehe
* gnu/system/image.scm (system-tarball-image): Add it.
2022-09-25gnu: source-highlight: Fix lesspipe file name and use gexps.kiasoc5
This fixes src-hilite-lesspipe.sh so that lesspipe.sh is called instead of lesspipe. * gnu/packages/pretty-print.scm (source-highlight): [arguments]: Use gexps, remove trailing #ts. [phases]: Add phase to make src-highlight-lesspipe.sh work. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>