summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build-system: Always pass #:graft? #f to 'gexp->derivation'.base-for-issue-61263Ludovic Courtès2023-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/60947>. Fixes a bug whereby packages referred via 'ungexp' in package arguments would be "double-grafted": 'gexp->derivation' would first replace those references by references to the grafted package, only to repeat the grafting process on the result. Build systems such as 'gnu', 'cmake', and 'pyproject' were already doing this. Only the rest of them is affected. * guix/build-system/cargo.scm (cargo-build): Pass #:graft? #f to 'gexp->derivation'. * guix/build-system/copy.scm (copy-build): Likewise. * guix/build-system/dune.scm (dune-build): Likewise. * guix/build-system/font.scm (font-build): Likewise. * guix/build-system/guile.scm (guile-build): Likewise. (guile-cross-build): Likewise. * guix/build-system/ocaml.scm (ocaml-build): Likewise. * guix/build-system/ruby.scm (ruby-build): Likewise. * guix/build-system/scons.scm (scons-build): Likewise. * guix/build-system/texlive.scm (texlive-build): Likewise. * guix/build-system/waf.scm (waf-build): Likewise.
* gnu: Add r-bcellviper.Navid Afkhami2023-02-03
| | | | | | * gnu/packages/bioconductor.scm (r-bcellviper): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: prosody: Update to 0.12.2.André Batista2023-02-03
| | | | | | * gnu/packages/messaging.scm (prosody): Update to 0.12.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: whoogle-search: Update to 0.8.1.Skylar Chan2023-02-03
| | | | | | * gnu/packages/python-web.scm (whoogle-search): Update to 0.8.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: go-1.19: Update to 1.19.5.Hilton Chain2023-02-03
| | | | | | * gnu/packages/golang.scm (go-1.19): Update to 1.19.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: go-1.18: Update to 1.18.10.Hilton Chain2023-02-03
| | | | | | * gnu/packages/golang.scm (go-1.18): Update to 1.18.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
* services: nar-herder: Add cached compression support.Christopher Baines2023-02-03
| | | | | | | | | | | | | | | | | * gnu/services/guix.scm (<nar-herder-cached-compression-configuration>): New record type. (nar-herder-configuration-cached-compressions, nar-herder-configuration-cached-compression-min-uses, nar-herder-configuration-cached-compression-workers, nar-herder-configuration-cached-compression-nar-source, nar-herder-cached-compression-configuration, nar-herder-cached-compression-configuration?, nar-herder-cached-compression-configuration-type, nar-herder-cached-compression-configuration-level, nar-herder-cached-compression-configuration-directory, nar-herder-cached-compression-configuration-directory-max-size): New procedures. * doc/guix.texi (Guix Services): Document this.
* gnu: nar-herder: Update to 0-12.550e6aa.Christopher Baines2023-02-03
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-12.550e6aa.
* gnu: Add wasm4.David Thompson2023-02-03
| | | | * gnu/packages/emulators.scm (wasm4): New variable.
* gnu: Add cubeb.David Thompson2023-02-03
| | | | * gnu/packages/audio.scm (cubeb): New variable.
* gnu: Add minifb.David Thompson2023-02-03
| | | | * gnu/packages/graphics.scm (minifb): New variable.
* gnu: Add wasm3.David Thompson2023-02-03
| | | | * gnu/packages/web.scm (wasm3): New variable.
* gnu: Add python-demuxem.Navid Afkhami2023-02-03
| | | | * gnu/packages/bioinformatics.scm (python-demuxem): New variable.
* gnu: Add python-pegasusio.Navid Afkhami2023-02-03
| | | | * gnu/packages/bioinformatics.scm (python-pegasusio): New variable.
* gnu: Add r-streamgraph.Navid Afkhami2023-02-03
| | | | * gnu/packages/bioinformatics.scm (r-streamgraph): New variable.
* gnu: sbcl-cmd: Update to 20230203.Pierre Neidhardt2023-02-03
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cmd): Update to 20230203.
* gnu: linux-libre 5.10: Update to 5.10.166.Leo Famulari2023-02-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.166. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
* gnu: linux-libre 5.15: Update to 5.15.91.Leo Famulari2023-02-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.91. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
* gnu: linux-libre: Update to 6.1.9.Leo Famulari2023-02-03
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.9. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
* .dir-locals.el: Adjust indentation rule for test-assertm.Maxim Cournoyer2023-02-02
| | | | | | * .dir-locals.el: Adjust the scheme-indent-function property for test-assertm, so that the two first arguments (the test name and the store variable) are indented as procedure arguments.
* .dir-locals.el: Add indentation rule for computed-file.Maxim Cournoyer2023-02-02
| | | | | | * .dir-locals.el: Configure scheme-indent-function property for computed-file, so that its first argument (the file name) is indented as a procedure argument.
* gnu: nvc: Update to 1.8.1.Danny Milosavljevic2023-02-02
| | | | | * gnu/packages/fpga.scm (nvc): Update to 1.8.1. [inputs]: Add libffi.
* gnu: seer-gdb: Update to 1.14.Danny Milosavljevic2023-02-02
| | | | * gnu/packages/debug.scm (seer-gdb): Update to 1.14.
* gnu: busybox: Update to 1.36.0.Efraim Flashner2023-02-02
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.36.0.
* gnu: liquidsfz: Update to 0.3.1.Ricardo Wurmus2023-02-02
| | | | | | | | * gnu/packages/music.scm (liquidsfz): Update to 0.3.1. [source]: Fetch with git. [arguments]: Replace 'bootstrap phase. [native-inputs]: Add autoconf, automake, and libtool. [inputs]: Drop labels.
* gnu: sfizz: Do not delete bundled simde headers.Ricardo Wurmus2023-02-02
| | | | | * gnu/packages/music.scm (sfizz)[source]: Keep simde headers because we can't provide the required version.
* gnu: emacs-embark: Update to 0.21.1.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.21.1.
* gnu: emacs-tramp: Update to 2.6.0.1.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.0.1.
* gnu: emacs-pyim: Update to 5.3.0.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.0.
* gnu: emacs-url-scgi: Update to 0.9.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-url-scgi): Update to 0.9.
* gnu: emacs-compat: Update to 29.1.3.2.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.2.
* gnu: emacs-auctex: Update to 13.1.9.Nicolas Goaziou2023-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.9.
* gnu: Add uwufetch.Juliana Sims2023-02-01
| | | | * gnu/packages/admin.scm (uwufetch): Add uwufetch.
* gnu: emacs-ibrowse: Update to 0.1.8.Nicolas Graves2023-02-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.1.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-pretty-speedbar.Martin Marshall2023-02-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pretty-speedbar): Add variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mupdf: Update to 1.21.1.Timotej Lazar2023-02-01
| | | | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.21.1. [arguments]: Remove superfluous make flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sbcl-djula: Update home-page.jgart2023-02-01
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-djula)[home-page]: Update it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add obs-vkcapture.Ott Joon2023-02-01
| | | | | | * gnu/packages/video.scm (obs-vkcapture): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: obs: Update to 29.0.0.Andrew Tropin2023-02-01
| | | | | | * gnu/packages/video.scm (obs): Update to 29.0.0. [arguments]: Disable new NEW_MPEGTS_OUTPUT and AJA due to missing dependencies. [inputs]: Add libglvnd, libva, vlc.
* gnu: nar-herder: Update to 0-11.549eb22.Christopher Baines2023-02-01
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-11.549eb22.
* gnu: guix-build-coordinator: Update to 0-70.6b1aa06.Christopher Baines2023-02-01
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-70.6b1aa06.
* gnu: shellcheck: Update to 0.9.0.Greg Hogan2023-02-01
| | | | | | | * gnu/packages/haskell-apps.scm (shellcheck): Update to 0.9.0. [inputs]: Add ghc-fgl. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: simdjson: Update to 3.1.0.Greg Hogan2023-02-01
| | | | | | * gnu/packages/cpp.scm (simdjson): Update to 3.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: kconfig-hardened-check: Update to 0.6.1.Hilton Chain2023-02-01
| | | | | | * gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: libwacom: Update to 2.6.0.Morgan Smith2023-02-01
| | | | | | | | | * gnu/packages/xdisorg.scm (libwacom): Update to 2.6.0. [phases]: Remove 'fix-tests phase. [synopsis, description]: libwacom supports graphics tablets from vendors other then wacom. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: vnstat: Build vnstati.Bruno Victal2023-02-01
| | | | | | * gnu/packages/networking.scm (vnstat)[inputs]: Add gd. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: vnstat: Use G-Expressions.Bruno Victal2023-02-01
| | | | | | * gnu/packages/networking.scm (vnstat)[arguments]: Use G-Expressions. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: vnstat: Update to 2.10.Bruno Victal2023-02-01
| | | | | | * gnu/packages/networking.scm (vnstat): Update to 2.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: spirv-cross: Activate tests.Nicolas Graves2023-01-31
| | | | | | | * gnu/packages/vulkan.scm (spirv-cross)[arguments]: Remove #:tests?. <#:phases>: Add ‘update-reference-shaders’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: podman: Enable Btrfs support.Hilton Chain2023-01-31
| | | | | | * gnu/packages/containers.scm (podman): Enable Btrfs support. Signed-off-by: Ludovic Courtès <ludo@gnu.org>