summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-23gnu: linux-libre 5.15: Update to 5.15.137.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.137. (linux-libre-5.15-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Iec962e677edbab8f0145521905f42a0dc8e9fb56
2023-07-23gnu: linux-libre 6.1: Update to 6.1.60.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.60. (linux-libre-6.1-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I026d2956ff6fe82a495e363a6905d7ecba530c89
2023-07-23gnu: linux-libre 6.5: Update to 6.5.9.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.9. (linux-libre-6.5-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I498f318d4120217a0c002c88acb20e5eacc0f146
2023-10-28tests: Adjust to cope with glibc graft.Ludovic Courtès
This is a followup to 1328c4cca531318e3ed90c6aecb522a5b22a4bcc, which led to failures for tests that were not prepared to cope with that. * tests/guix-environment-container.sh (hello_drv_nested): Pass “-E GUIX_BUILD_OPTIONS” so ‘--no-grafts’ is passed. * tests/guix-pack.sh (GUIX_BUILD_OPTIONS): Add ‘--no-grafts’. * tests/transformations.scm ("options->transformation, with-graft"): Skip when ‘glibc-final’ has a replacement. Change-Id: Ia65c9aeb06f524252815b8290a5ca7bf97ee8136
2023-10-28environment: Fix typo in error messages.Ludovic Courtès
* guix/scripts/environment.scm (guix-environment*): Fix typo in error messages. Change-Id: I0b8669cb43267d0456a70f3b157514a6bcc725e8
2023-10-28environment: Parameterize ‘%graft?’ early on.Ludovic Courtès
Previously, ‘%graft?’ would be parameterized after ‘package-derivation’ had been called for ‘%guile-for-build’, which is too late. * guix/scripts/environment.scm (guix-environment*)[with-store/maybe]: Parameterize ‘%graft?’. Remove ‘%graft?’ parameterization from body. Change-Id: I65ef4a8c5f27e19a49196005871e5f7057fabaec
2023-10-28profiles: Hooks honor the #:system parameter of ‘profile-derivation’.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/65225>. * guix/profiles.scm (info-dir-file, package-cache-file) (info-dir-file, ghc-package-cache-file, ca-certificate-bundle) (emacs-subdirs, gdk-pixbuf-loaders-cache-file, glib-schemas) (gtk-icon-themes, gtk-im-modules, linux-module-database) (xdg-desktop-database, xdg-mime-database, fonts-dir-file) (manual-database, manual-database/optional): Add optional #:system parameter and pass it to ‘gexp->derivation’. (profile-derivation): Pass HOOK a second parameter, SYSTEM. * gnu/bootloader.scm (efi-bootloader-profile)[efi-bootloader-profile-hook]: Add optional #:system parameter and pass it to ‘gexp->derivation’. * guix/channels.scm (package-cache-file): Likewise. * tests/profiles.scm ("profile-derivation, #:system, and hooks"): New test. Reported-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-10-28packages: Add ‘system’ parameter for ‘set-guile-for-build’.Ludovic Courtès
* guix/packages.scm (set-guile-for-build): Add ‘system’ parameter.
2023-10-28environment: Honor ‘-s’ for guile-for-build.Ludovic Courtès
Partly fixes <https://issues.guix.gnu.org/65225>. * guix/scripts/environment.scm (guix-environment*): Pass SYSTEM to ‘package-derivation’ when defining ‘%guile-for-build’. Reported-by: Simon Tournier <zimon.toutoune@gmail.com> Change-Id: I9d883f1e61fac72754fdc9dee9b7c8a3dea32add
2023-10-28grafts: Fix corner case involving multiple-output derivations.Ludovic Courtès
Fixes a bug that would occur with references to two outputs of the same derivation, with one of them referring to the other one. For example, the references of libreoffice include both mariadb:dev and mariadb:lib; additionally, mariadb:dev refers to mariadb:lib. In this case, the glibc graft would not be applied on one of the mariadb paths, and both the grafted and ungrafted glibc would end up in the closure of libreoffice. Fixes <https://issues.guix.gnu.org/66662>. * guix/grafts.scm (non-self-references): Simplify and include references to outputs of DRV other than OUTPUTS. (reference-origins): Simplify and possibly return outputs of DRV itself. (cumulative-grafts)[graft-origin?]: Add OUTPUT parameter and honor it. [dependency-grafts]: Adjust accordingly. * tests/grafts.scm ("graft-derivation, multiple outputs need to be replaced"): New test. Change-Id: Iac2005024ab7049037537b3af55298696ec90e3c
2023-10-27home: services: Fix regression in generated ‘on-first-login’ script.Rostislav Svoboda
Fixes <https://issues.guix.gnu.org/66659>. Fixes a regression introduced in 6b0a32196982a0a2f4dbb59d35e55833a5545ac6. The first attempt in e098ba2f499bbddfea50c85058e4077e39b85513 to fix this issue didn't work. * gnu/home/services.scm (compute-on-first-login-script): Add ‘begin *unspecified*’ around #$@gexps. Change-Id: I14339ad684ffe93e692e507b57dcd221d96210ef Signed-off-by: Clément Lassieur <clement@lassieur.org>
2023-10-27gnu: Add sdl2-gamecontrollerdb.Evgeny Pisemsky
* gnu/packages/sdl.scm (sdl2-gamecontrollerdb): New variable.
2023-10-27gnu: Add emacs-pddl-mode.Liliana Marie Prikler
* gnu/packages/emacs-xyz.scm (emacs-pddl-mode): New variable.
2023-10-27gnu: Add popf.Liliana Marie Prikler
* gnu/packages/maths.scm (popf): New variable.
2023-10-27gnu: python-dm-tree: Update to 0.1.8.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dm-tree): Update to 0.1.8. [build-system]: Use pyproject-build-system. [arguments]: Link with absl_strings_internal and use --whole-archive. Change-Id: I763b01c24082ce1d6a0f4ffd518cfde221b28e72
2023-10-27gnu: Add emacs-treebundel.Nicolas Graves
* gnu/packages/emacs-xyz.scm (emacs-treebundel): New variable. Change-Id: I1b1037b69febd0bab59aae6dd95aeeaa6a5e1e2e Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-10-27gnu: Add guile-ts.Zheng Junjie
* gnu/packages/guile-xyz.scm (guile-ts): New variable. Co-authored-by: Andrew Tropin <andrew@trop.in> Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-10-27gnu: Add moonfish.zamfofex
* gnu/packages/games.scm (moonfish): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Change-Id: Idadb367c60648a1c98601302398dae1373e68919
2023-10-27teams: Add myself to audio team.Gabriel Wicki
Message-ID: <cfad42ecdcd190893699ef28d42b35b706729bcd.1698355699.git.gabriel@erlikon.ch> In-Reply-To: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch> References: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch> From: Gabriel Wicki <gabriel@erlikon.ch> Date: Tue, 2 May 2023 16:47:41 +0200 Subject: [PATCH 2/2] teams: Add Gabriel Wicki. * etc/teams.scm.in ("Gabriel Wicki"): New member. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-27teams: Add audio team.Gabriel Wicki
Message-ID: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch> From: Gabriel Wicki <gabriel@erlikon.ch> Date: Tue, 2 May 2023 16:38:15 +0200 Subject: [PATCH 1/2] teams: Add audio team. * etc/teams.scm.in (audio): Add team. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-07-23gnu: linux-libre 5.15: Update to 5.15.136.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.136. (linux-libre-5.15-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I17e958435010099ae41713a2a18d6fc5fac57ce7
2023-07-23gnu: linux-libre 6.1: Update to 6.1.59.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.59. (linux-libre-6.1-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Id98b393a6fedaa2ccfb25972407c74755c3a1310
2023-07-23gnu: linux-libre 6.5: Update to 6.5.8.Wilko Meyer
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.8. (linux-libre-6.5-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Ia7c9f2347269c61cd39d4801a939296931b00d1c
2023-10-26gnu: Add rust-cbindgen-0.26.Tomas Volf
* gnu/packages/rust-apps.scm (rust-cbindgen-0.26): New variable. (rust-cbindgen-0.24): Inherit from rust-cbindgen-0.26. Change-Id: Id17f8e251ceecc8ae0708dcfc19acfc5c56b824f Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2023-10-26gnu: fcode-utils: Fix cross-compilation.Zheng Junjie
* gnu/packages/firmware.scm (fcode-utils) [arguments]: use STRIP-FOR-TARGET. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-26utils: Add 'strip-for-target'.Zheng Junjie
* guix/utils.scm (strip-for-target): New procedure. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-26gnu: Add emacs-corfu-candidate-overlay.Andrew Tropin
* gnu/packages/emacs-xyz.scm (emacs-corfu-candidate-overlay): New variable.
2023-10-26gnu: cups: Fix cross-compiling.Zheng Junjie
* gnu/packages/cups.scm (cups-filters)[native-inputs]: When cross-compiling add cups-minimal. (cups-minimal)[native-inputs]: When cross-compiling add this-package. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: Ifcc34f09d0a5afb3a1b95be51715c509b8ef5ed4
2023-10-26gnu: swineherd: Update to 0.0.3.Ricardo Wurmus
* gnu/packages/admin.scm (swineherd): Update to 0.0.3. Change-Id: I4b0907c5e57a82b5bd628a8c6a7f9851b19e0a5e
2023-10-22gnu: linux-libre@6: Enable Coreboot framebuffer support (again).Tobias Geerinckx-Rice
This also resolves an unexplained divergence in the i686 and x86_64 kernel configurations. * gnu/packages/aux-files/linux-libre/6.1-i686.conf, gnu/packages/aux-files/linux-libre/6.5-i686.conf: Set CONFIG_DRM_SIMPLEDRM=m. * gnu/packages/aux-files/linux-libre/6.1-x86_64.conf, gnu/packages/aux-files/linux-libre/6.5-x86_64.conf: Likewise, and set CONFIG_SYSFB_SIMPLEFB=y and CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m. Change-Id: I707a293b58f7502cf107057ee0fa0b23d5630696
2023-10-25gnu: Add passff.Clément Lassieur
* gnu/packages/browser-extensions.scm (passff-host): New variable. (passff): New variable. Change-Id: I0f6f4b0c319e5cffd0940421a4d8bdc73d8d806b
2023-10-25doc: cookbook: Fix a broken cross-reference.Florian Pelz
* doc/guix-cookbook.texi (Building with Guix): Adjust xref target. Change-Id: I87d6dc2648ff8898e3dd3b5ffca748193f14751e
2023-10-25gnu: r-prabclus: Update to 2.3-3.Ricardo Wurmus
* gnu/packages/statistics.scm (r-prabclus): Update to 2.3-3. Change-Id: Ib30b381206e92401c1f5af921faefacfed6794e9
2023-10-25gnu: r-plotly: Update to 4.10.3.Ricardo Wurmus
* gnu/packages/statistics.scm (r-plotly): Update to 4.10.3. Change-Id: I4110f2066ce507f8d5d824546b3229bd498982b9
2023-10-25gnu: r-markdown: Update to 1.11.Ricardo Wurmus
* gnu/packages/statistics.scm (r-markdown): Update to 1.11. Change-Id: I1d8eb8f0414d514b61707d1ac090cf2987f55858
2023-10-25gnu: r-gdtools: Update to 0.3.4.Ricardo Wurmus
* gnu/packages/statistics.scm (r-gdtools): Update to 0.3.4. [inputs]: Add zlib. Change-Id: I9580e0d3313a83e7a9163ec831ab2e5e80f2f627
2023-10-25gnu: r-rpart: Update to 4.1.21.Ricardo Wurmus
* gnu/packages/statistics.scm (r-rpart): Update to 4.1.21. Change-Id: I3c87cf0c8ea010a3f32ad70e9ad70cb9206e062a
2023-10-25gnu: r-lattice: Update to 0.22-5.Ricardo Wurmus
* gnu/packages/statistics.scm (r-lattice): Update to 0.22-5. Change-Id: I77cb85f0b548f519216e9e6b31b8e8b3bb78e1d8
2023-10-25gnu: r-paws-common: Update to 0.6.2.Ricardo Wurmus
* gnu/packages/cran.scm (r-paws-common): Update to 0.6.2. Change-Id: Ie843d206f9275499f8ee1e10b071d2f2799e9b50
2023-10-25gnu: r-rsq: Update to 2.6.Ricardo Wurmus
* gnu/packages/cran.scm (r-rsq): Update to 2.6. [propagated-inputs]: Add r-deming. Change-Id: I9ff6747c8fb726585154cb4232136d5aa0e242cb
2023-10-25gnu: r-rtweet: Update to 1.2.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-rtweet): Update to 1.2.1. Change-Id: Id4de453409dc5783cc6ee6e0cd1e2f501bb7aedf
2023-10-25gnu: r-rworldmap: Update to 1.3-8.Ricardo Wurmus
* gnu/packages/cran.scm (r-rworldmap): Update to 1.3-8. [propagated-inputs]: Remove r-maptools; add r-raster and r-terra. Change-Id: I1477102143aece22ab083cd7193c69dd9a167c47
2023-10-25gnu: r-qdapregex: Update to 0.7.8.Ricardo Wurmus
* gnu/packages/cran.scm (r-qdapregex): Update to 0.7.8. Change-Id: Iedcf97ca54205a02d718961c9b7bc01527ce4993
2023-10-25gnu: r-ragg: Update to 1.2.6.Ricardo Wurmus
* gnu/packages/cran.scm (r-ragg): Update to 1.2.6. Change-Id: Id49d85354565d8a0e6a72ef935fd1141928f275b
2023-10-25gnu: r-textshaping: Update to 0.3.7.Ricardo Wurmus
* gnu/packages/cran.scm (r-textshaping): Update to 0.3.7. Change-Id: Iee4378ac94df52f87e23d5ab4dba1708afb58f4c
2023-10-25gnu: r-tidyposterior: Update to 1.0.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-tidyposterior): Update to 1.0.1. Change-Id: I16cd6fa1b3ccdf73da0ebe1652f28a13a95793fa
2023-10-25gnu: r-slider: Update to 0.3.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-slider): Update to 0.3.1. Change-Id: I7540954ff03379d5b04afaeb263d7443d9e38288
2023-10-25gnu: r-spatstat-random: Update to 3.2-1.Ricardo Wurmus
* gnu/packages/cran.scm (r-spatstat-random): Update to 3.2-1. Change-Id: I3b4c476f23407a920053bb37cd476467775752d5
2023-10-25gnu: r-spatstat-geom: Update to 3.2-7.Ricardo Wurmus
* gnu/packages/cran.scm (r-spatstat-geom): Update to 3.2-7. Change-Id: I220fe0abbc173e35aea198d20874f9d445e269af
2023-10-25gnu: r-spatstat-data: Update to 3.0-3.Ricardo Wurmus
* gnu/packages/cran.scm (r-spatstat-data): Update to 3.0-3. Change-Id: Iab1b674c4c1c0fe4ca36ca3e7c78f7727da4c223