summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-16gnu: Remove unneeded module imports.Efraim Flashner
* gnu/packages/abiword.scm, * gnu/packages/ada.scm, * gnu/packages/agda.scm, * gnu/packages/backup.scm, * gnu/packages/barrier.scm, * gnu/packages/bioinformatics.scm, * gnu/packages/bootstrap.scm, * gnu/packages/bqn.scm, * gnu/packages/c.scm, * gnu/packages/chemistry.scm, * gnu/packages/coq.scm, * gnu/packages/cross-base.scm, * gnu/packages/databases.scm, * gnu/packages/emacs-xyz.scm, * gnu/packages/enlightenment.scm, * gnu/packages/games.scm, * gnu/packages/geo.scm, * gnu/packages/ghostscript.scm, * gnu/packages/gl.scm, * gnu/packages/golang.scm, * gnu/packages/jami.scm, * gnu/packages/java-maths.scm, * gnu/packages/kde-frameworks.scm, * gnu/packages/kde-plasma.scm, * gnu/packages/language.scm, * gnu/packages/libreoffice.scm, * gnu/packages/linphone.scm, * gnu/packages/lisp.scm, * gnu/packages/llvm.scm, * gnu/packages/machine-learning.scm, * gnu/packages/minetest.scm, * gnu/packages/monitoring.scm, * gnu/packages/nfs.scm, * gnu/packages/ocr.scm, * gnu/packages/opencl.scm, * gnu/packages/pdf.scm, * gnu/packages/python-xyz.scm, * gnu/packages/racket.scm, * gnu/packages/rust.scm, * gnu/packages/syncthing.scm, * gnu/packages/syndication.scm, * gnu/packages/telegram.scm, * gnu/packages/vulkan.scm, * gnu/packages/web-browsers.scm, * gnu/packages/web.scm, * gnu/packages/webkit.scm: Remove some unecessary module imports.
2023-02-16gnu: Add r-changepoint.Navid Afkhami
* gnu/packages/cran.scm (r-changepoint): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-02-16gnu: fastqc: Update to 0.11.9.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (fastqc): Update to 0.11.9. [source]: Fetch via git; delete bundled jar files. [arguments]: Also patch .classpath file in 'fix-dependencies; fix patching of reference to java in fastqc wrapper; override CLASSPATH.
2023-02-16gnu: scsh: Use a search path.Efraim Flashner
* gnu/packages/shells.scm (scsh)[source]: Add patch. [native-search-paths]: New field. * gnu/packages/patches/scsh-nonstring-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2023-02-15gnu: linux-libre 5.10: Update to 5.10.168.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.168. (linux-libre-5.10-pristine-source): Update hash.
2023-02-12gnu: bind: Update to 9.16.38.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.38.
2023-02-15gnu: mold: Update to 1.10.1.Efraim Flashner
* gnu/packages/mold.scm (mold): Update to 1.10.1. [arguments]: Adjust substitution in custom 'force-system-xxhash phase.
2023-02-15gnu: Add julia-wcs.Sharlatan Hellseher
* gnu/packages/julia-xyz.scm (julia-wcs): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-15gnu: Add julia-erfa.Sharlatan Hellseher
* gnu/packages/julia-xyz.scm (julia-erfa): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-15gnu: Add julia-wcs-jll.Sharlatan Hellseher
* gnu/packages/julia-jll.scm (julia-wcs-jll): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-15gnu: Add julia-erfa-jll.Sharlatan Hellseher
* gnu/packages/julia-jll.scm (julia-erfa-jll): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-15gnu: linux-libre 5.15: Update to 5.15.94.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.94. (linux-libre-5.15-pristine-source): Update hash.
2023-02-15gnu: linux-libre: Update to 6.1.12.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.12. (linux-libre-6.1-pristine-source): Update hash.
2023-02-15gnu: openmw-openscenegraph: Fix builder.Christopher Baines
This broke with the changes to openscenegraph in 629a5936a6dfa0fe2cc2a3092ec51920b216b652. * gnu/packages/graphics.scm (openmw-openscenegraph)[arguments]: Handle #:configure-flags from openscenegraph as a gexp.
2023-02-15gnu: alacritty: Adjust bash completions.Efraim Flashner
* gnu/packages/terminals.scm (alacritty)[arguments]: Adjust custom 'install phase to install the bash completion script with the correct name.
2023-02-15gnu: rust-structopt-0.3: Update to 0.3.26.Petr Hodina
* gnu/packages/crates-io.scm (rust-structopt): Update to 0.3.26. [arguments]: Add rust-paw-1 to cargo-inputs. Add cargo development inputs. Add phases to fix rust-clap-2 version and remove lints feature. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-15gnu: rust-structopt-derive-0.4: Update to 0.4.18.Petr Hodina
* gnu/packages/crates-io.scm (rust-structopt-derive-0.4): Update to 0.4.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-12gnu: linux-libre: Disable unprivileged BPF by default.Tobias Geerinckx-Rice
* gnu/packages/aux-files/linux-libre/5.15-arm.conf: Set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y. * gnu/packages/aux-files/linux-libre/5.15-arm64.conf: Likewise. * gnu/packages/aux-files/linux-libre/5.15-i686.conf: Likewise. * gnu/packages/aux-files/linux-libre/5.15-x86_64.conf: Likewise. * gnu/packages/aux-files/linux-libre/6.1-arm.conf: Likewise. * gnu/packages/aux-files/linux-libre/6.1-arm64.conf: Likewise. * gnu/packages/aux-files/linux-libre/6.1-i686.conf: Likewise. * gnu/packages/aux-files/linux-libre/6.1-x86_64.conf: Likewise.
2023-02-12gnu: papirus-icon-theme: Harden links before cache generation.Tobias Geerinckx-Rice
Output is identical. This just feels moar correct. * gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Run the 'halve-inode-consumption phase before the 'install one.
2023-02-12gnu: papirus-icon-theme: Recursively resolve symlinks.Tobias Geerinckx-Rice
This follows up on commit aed385e18ec7b68a0bc1bb4b173aeadc9cd97245. * gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Replace READLINK with CANONICALIZE-PATH to resolve symlink chains.
2023-02-12gnu: go-gopkg-in-yaml-v3: Update to 3.0.1.Gleb Zakharov
This addresses an apparent upstream hash change, which was actually our own fault: the Guix package underspecified the version as ‘3’ instead of ‘3.0.0’, hence treating the ‘v3’ *branch* as a tag. Guix's hash for ‘3’ never matched upstream's ‘3.0.0’ release, so upgrade straight to ‘3.0.1’. * gnu/packages/golang.scm (go-gopkg-in-yaml-v3): Update to 3.0.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-12gnu: sudo: Update to 1.9.13.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.13.
2023-02-15gnu: mes: Update to 0.24.2.Jan (janneke) Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.24.2.
2023-02-15gnu: Add tree-sitter-racket.Andrew Tropin
gnu/packages/tree-sitter.scm (tree-sitter-racket): New variable.
2023-02-15gnu: Add tree-sitter-scheme.Andrew Tropin
gnu/packages/tree-sitter.scm (tree-sitter-scheme): New variable.
2023-02-15gnu: icecat: Update to 102.8.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2023-0767, CVE-2023-25728, CVE-2023-25729, CVE-2023-25730, CVE-2023-25732, CVE-2023-25734, CVE-2023-25735, CVE-2023-25737, CVE-2023-25738, CVE-2023-25739, CVE-2023-25742, CVE-2023-25743, CVE-2023-25744, and CVE-2023-25746. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. Remove the dependency on the Perl 'rename' program. * gnu/packages/patches/icecat-makeicecat.patch: Update to apply cleanly.
2023-02-15gnu: icecat: Update the "ach" locale.Maxim Cournoyer
The previously specified changeset didn't match what was in the manifest (browser/locales/l10n-changesets.json) of the upstream source. * gnu/packages/gnuzilla.scm (all-mozilla-locales) [ach]: Update revision and hash. Modified-by: Mark H Weaver <mhw@netris.org>
2023-02-14gnu: Add facedetect.Eric Bavier
* gnu/packages/graphics.scm (facedetect): New variable. (fgallery)[inputs,arguments]: Add it.
2023-02-14gnu: fgallery: Update to 1.9.1.Eric Bavier
* gnu/packages/graphics.scm (fgallery): Update to 1.9.1. [arguments]: Use new Makefile in install phase. [inputs]: Add bash-minimal for wrap-program. Use new style. [source,home-page]: "http" -> "https".
2023-02-15gnu: xfce4-notifyd: Update to 0.8.0.宋文武
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.0. [inputs]: Add sqlite.
2023-02-15gnu: xfce4-power-manager: Update to 4.18.1.宋文武
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.1.
2023-02-15gnu: xfce4-settings: Update to 4.18.2.宋文武
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.2.
2023-02-15gnu: xfce4-session: Update to 4.18.1.宋文武
* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.1.
2023-02-15gnu: ristretto: Update to 0.13.0.Michael Rohleder
* gnu/packages/xfce.scm (ristretto): Update to 0.13.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-02-15gnu: mousepad: Update to 0.6.0.Michael Rohleder
* gnu/packages/xfce.scm (mousepad): Update to 0.6.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-02-15gnu: xfce4-panel: Update to 4.18.2.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-02-15gnu: libxfce4ui: Update to 4.18.2.Michael Rohleder
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-02-15gnu: orage: Update to 4.18.0.Michael Rohleder
* gnu/packages/xfce.scm (orage): Update to 4.18.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-02-14gnu: Add u-boot-qemu-arm64.Denis 'GNUtoo' Carikli
* gnu/packages/bootloaders.scm (u-boot-qemu-arm64): New variable.
2023-02-14gnu: Add u-boot-qemu-armDenis 'GNUtoo' Carikli
* gnu/packages/bootloaders.scm (u-boot-qemu-arm): New variable.
2023-02-14gnu: Remove kdewebkit.kiasoc5
This goes towards <https://issues.guix.gnu.org/issue/53289>. * gnu/packages/kde-frameworks.scm (kdewebkit): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-14gnu: onionshare: Update to 2.6.Eric Bavier
* gnu/packages/patches/onionshare-cli-async-mode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (onionshare): Update to 2.6. [source]: Use patch. [inputs]: Add xdg-utils. Move xvfb-run, used for tests, to ... [native-inputs]: here. [arguments]: Run tests. Add "absolutize" phase for xdg-open.
2023-02-14gnu: Add rust-protobuf-codegen-pure-2.Steve George
* gnu/packages/crates-io.scm (rust-protobuf-codegen-pure-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-14gnu: Add rust-protobuf-codegen-2.Steve George
* gnu/packages/crates-io.scm (rust-protobuf-codegen-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-14gnu: Add rust-protobuf-2.Steve George
* gnu/packages/crates-io.scm (rust-protobuf-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-02-14gnu: linux-libre 5.15: Update to 5.15.93.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.93. (linux-libre-5.15-pristine-source): Update hash.
2023-02-14gnu: linux-libre: Update to 6.1.11.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.11. (linux-libre-6.1-pristine-source): Update hash.
2023-02-14gnu: Add tree-sitter-org.Andrew Tropin
gnu/packages/tree-sitter.scm (tree-sitter-org): New variable.
2023-02-14gnu: Add tree-sitter-markdown-gfm.Andrew Tropin
gnu/packages/tree-sitter.scm (tree-sitter-markdown-gfm): New variable.
2023-02-14gnu: Add tree-sitter-markdown.Andrew Tropin
gnu/packages/tree-sitter.scm (tree-sitter-markdown): New variable.