aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: swaylock-effects: Update to 1.6.10, use G-expressions.kiasoc52022-09-28
| | | | | | | | | * gnu/packages/wm.scm (swaylock-effects): Update to 1.6.10. [source]: Switch from commit to release tag. [arguments]: Use G-expressions. [home-page]: Switch to maintained fork. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-lxgw-wenkai: Update to 1.245.1.Hilton Chain2022-09-28
| | | | | | * gnu/packages/fonts (font-lxgw-wenkai): Update to 1.245.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-lxgw-wenkai-tc: Update to 0.922.1.Hilton Chain2022-09-28
| | | | | | * gnu/packages/fonts (font-lxgw-wenkai-tc): Update to 0.922.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: python-pyvips: Update to 2.2.1.宋文武2022-09-28
| | | | * gnu/packages/python-xyz.scm (python-pyvips): Update to 2.2.1.
* gnu: vips: Update to 8.13.1.Hendursaga2022-09-28
| | | | | | * gnu/packages/image-processing.scm (vips): Update to 8.13.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* Re-instate "gnu: samba: Fix corrupted man pages."Maxim Cournoyer2022-09-27
| | | | This reverts commit 968ec0a87, which was itself a revert of 62048ff9fc.
* gnu: samba/fixed: Do not inherit native-inputs.Maxim Cournoyer2022-09-27
| | | | | | * gnu/packages/samba.scm (samba/fixed): Add a FIXME comment. [native-inputs]: Copy the complete native inputs from samba, to protect against unintended changes in the inherited package.
* Revert "gnu: samba: Fix corrupted man pages."Maxim Cournoyer2022-09-27
| | | | | This reverts commit 62048ff9fcfbe3fc790a7207fc5f6f3e0476a02a. This caused a half world rebuild (9K packages).
* gnu: samba: Fix corrupted man pages.Maxim Cournoyer2022-09-27
| | | | | * gnu/packages/samba.scm (samba) [native-inputs]: Replace docbook-xsl with docbook-xsl-next.
* gnu: Add docbook-xsl-next.Maxim Cournoyer2022-09-27
| | | | * gnu/packages/docbook.scm (docbook-xsl-next): New variable.
* gnu: emacs-plz: Update to 0.2.1.Nicolas Goaziou2022-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2.1.
* gnu: emacs-tuareg: Improve package style.Nicolas Goaziou2022-09-27
| | | | | | | * gnu/packages/ocaml.scm (emacs-tuareg)[arguments]<#:imported-modules, <#:phases>: Use G-expressions. Remove trailing #T at the end of phases. Use ELPA-DIRECTORY function. [native-inputs]: Remove input labels.
* gnu: emacs-tuareg: Update to 3.0.0.Nicolas Goaziou2022-09-27
| | | | * gnu/packages/ocaml.scm (emacs-tuareg): Update to 3.0.0.
* gnu: emacs-pyim: Update to 5.2.5.Nicolas Goaziou2022-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.5.
* gnu: colord: Update to 1.4.6.Maxim Cournoyer2022-09-27
| | | | | | | | * gnu/packages/gnome.scm (colord): Update to 1.4.6. [source]: Override inherited field. [configure-flags]: Use gexps. [phases]: Likewise. [native-inputs]: Remove labels.
* gnu: docbook-xsl-ns: Rename to docbook-xsl-1.79.1 and use gexps.Maxim Cournoyer2022-09-27
| | | | | | | | | * gnu/packages/docbook.scm (docbook-xsl-ns): Rename to... (docbook-xsl-1.79.1): ... this. [source]: Adjust URL and add a comment. [arguments]: Use gexps and adjust phases accordingly. * gnu/packages/gnome.scm (colord)[native-inputs]: Replace docbook-xsl-ns with docbook-xsl-1.79.1.
* gnu: openjdk: Update to 18.Maxim Cournoyer2022-09-27
| | | | | * gnu/packages/java.scm (openjdk): Update to 18. (openjdk18): New variable.
* gnu: openjdk17: Define with make-openjdk.Maxim Cournoyer2022-09-27
| | | | | * gnu/packages/java.scm (openjdk17): Define with make-openjdk. [phases]: Use gexps.
* gnu: openjdk16: Define with make-openjdk.Maxim Cournoyer2022-09-27
| | | | * gnu/packages/java.scm (openjdk16): Define with make-openjdk.
* gnu: openjdk15: Define with make-openjdk.Maxim Cournoyer2022-09-27
| | | | | | * gnu/packages/java.scm (openjdk15): Define with make-openjdk. [source]: Clear snippet and modules fields. [native-inputs]: Rewrite using modify-inputs.
* gnu: openjdk14: Define with make-openjdk.Maxim Cournoyer2022-09-27
| | | | | * gnu/packages/java.scm (openjdk14): Define with make-openjdk. [source]: Remove trailing #t from snippet field and improve regexp.
* gnu: openjdk13: Define with make-openjdk.Maxim Cournoyer2022-09-27
| | | | * gnu/packages/java.scm (openjdk13): Define with make-openjdk.
* gnu: openjdk12: Introduce 'make-openjdk' syntax and use it.Maxim Cournoyer2022-09-27
| | | | | | | * gnu/packages/java.scm (make-openjdk): New syntax. (openjdk12): Use it to define package. [source]: Remove trailing #t from snippet field and improve regexp. [phases]: Use gexps.
* gnu: opendjk11: Reduce size by removing extraneous files.Maxim Cournoyer2022-09-27
| | | | | | | | | | By removing the *.diz and src.zip files, the size of the main output of OpenJDK 11 is reduced from 345 MiB to 116 MiB for OpenJDK 11, while the 'jdk' output is reduced from 805 MiB to 353 MiB. * gnu/packages/java.scm (openjdk11)[modules]: New field. [phases]{remove-diz-files}: New phase. {strip-character-data-timestamps}: Order after remove-diz-files.
* gnu: opendjk11: Improve regular expressions.Maxim Cournoyer2022-09-27
| | | | | * gnu/packages/java.scm (openjdk11) [phases]{strip-archive-timestamps}: Replace '.*.' with '\\.' in regexps.
* gnu: opendjk11: Remove input labels.Maxim Cournoyer2022-09-27
| | | | * gnu/packages/java.scm (openjdk11)[inputs, native-inputs]: Remove labels.
* gnu: opendjk11: Remove trailing #t and use gexps.Maxim Cournoyer2022-09-27
| | | | | | | * 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.
* Revert "gnu: source-highlight: Fix lesspipe file name and use gexps."Tobias Geerinckx-Rice2022-09-25
| | | | | This reverts commit 74f07348e99a3495964a8bbb8da83d27ecad656e. It is a core-updates change.
* gnu: source-highlight: Fix lesspipe file name and use gexps.kiasoc52022-09-27
| | | | | | | | | | 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>
* gnu: gnome-shell-extension-clipboard-indicator: Update to 42.kiasoc52022-09-27
| | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to 42. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: font-lxgw-wenkai-tc: Update to 0.922.Hilton Chain2022-09-27
| | | | | | * gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 0.922. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: font-lxgw-wenkai: Update to 1.245.Hilton Chain2022-09-27
| | | | | | * gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.245 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: font-chiron-hei-hk: Update to 2.504.Hilton Chain2022-09-27
| | | | | | * gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.504. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: font-chiron-sung-hk: Update to 1.006.Hilton Chain2022-09-27
| | | | | | * gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.006. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: podman: Update to 4.2.1.Hilton Chain2022-09-27
| | | | | | * gnu/packages/containers.scm (podman): Update to 4.2.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: matterbridge: Update to 1.25.2.Denis 'GNUtoo' Carikli2022-09-27
| | | | | | * gnu/packages/messaging.scm (matterbridge): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: vim-nerdcommenter: Update to 2.6.0, use G-expressions.kiasoc52022-09-27
| | | | | | | | * 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>
* gnu: blueman: Update to 2.3.2.kiasoc52022-09-27
| | | | | | | | * 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>
* gnu: pipewire-0.3: Add man pages.Josselin Poiret2022-09-27
| | | | | | * gnu/packages/linux.scm (pipewire-0.3): Add man pages generation. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* file-systems: Add cgroup2 to %pseudo-file-system-types.Hilton Chain2022-09-26
| | | | | | * gnu/system/file-systems.scm (%pseudo-file-system-types): Add cgroup2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: busybox: Fix cross-compilation.Lu Hui2022-09-26
| | | | | | | * 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>
* services: nginx: Don't emit empty fieldsSimen Endsjø2022-09-26
| | | | | | | | | 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>
* gnu: gnome-boxes: Patch 'qemu-img' file name.Jacob Hrbek2022-09-26
| | | | | | | | * 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>
* gnu: Add texlive-babel-polish.Wiktor Żelazny2022-09-26
| | | | | | * gnu/packages/tex.scm (texlive-babel-polish): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ec.Denis 'GNUtoo' Carikli2022-09-26
| | | | | | * gnu/packages/linux.scm (ec): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* machine: ssh: Parameterize '%current-system' early on.Ludovic Courtès2022-09-26
| | | | | | | | | | | | | | | 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.
* tests: telephony: Add missing import to fix jami tests.Maxim Cournoyer2022-09-26
| | | | | | | * gnu/tests/telephony.scm (run-jami-test): Add a missing (ice-9 match) import directive. Co-authored-by: Olivier Dion <olivier.dion@polymtl.ca>
* gnu: emacs-ement: Update to 0.2.1.Nicolas Goaziou2022-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.1.
* gnu: qemu: Disable qtest-aarch64/migration-test test.Maxim Cournoyer2022-09-26
| | | | | | * 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.
* gnu: gnome-shell-extension-gsconnect: Update to 50.Eric Bavier2022-09-26
| | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to version 50. Update url references to new organization.