aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2023-10-22gnu: linux-libre 6.5: Update deblob scripts version hash....* gnu/packages/linux.scm (deblob-scripts-6.5): Update hash. Change-Id: If692586bac01369c63099cf8311c9a94e70cc106 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Jelle Licht
2023-10-22gnu: iotop: Update to 1.25....* gnu/packages/linux.scm (iotop): Update to 1.25. Change-Id: I7ee64c3318f8fd7677c181d32b920dfcf84b1836 Tobias Geerinckx-Rice
2023-10-28gnu: custom-gcc: Set upstream name....* gnu/packages/gcc.scm (custom-gcc)[properties]: Add upstream name. Change-Id: I30326dc7952b11451a86f7f026aa1a97364a89e4 Efraim Flashner
2023-10-28gnu: Add gccgo-13....* gnu/packages/crates-io.scm (gccgo-13): New variable. Change-Id: I4b1ed0657518b9113a5ce89221189b9dd60f4347 Efraim Flashner
2023-10-28gnu: gccgo: Add note about provided go version....* gnu/packages/gcc.scm (gccgo-10, gccgo-11, gccgo-12): Add notes about what version of is provided by these packages. Change-Id: Id483319e606fdebe1820abeb7e129c580bf2c165 Efraim Flashner
2023-10-28gnu: Add gerbera....* gnu/packages/upnp.scm (gerbera): New variable. Change-Id: I8b63b16fe7587557b08835d3edd58054ebe78559 Ricardo Wurmus
2023-10-28gnu: parallel: Update to 20231022....* gnu/packages/parallel.scm (parallel): Update to 20231022. Signed-off-by: Clément Lassieur <clement@lassieur.org> Change-Id: I1af0cd5d61ebb4118d13dd0e2a56ea6b3d647c17 Andy Tai
2023-10-28gnu: passff-host: Refactor builder....* gnu/packages/browser-extensions.scm (passff-host)[arguments]: Refactor builder. Change-Id: I42cb5e6b4808a8b2025d20654c57392f79c01a5c Clément Lassieur
2023-07-23gnu: linux-libre 4.14: Update to 4.14.328....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.328. (linux-libre-4.14-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I7787d2ed4cac1afe2b9e988395c440355ce2edaf Wilko Meyer
2023-07-23gnu: linux-libre 4.19: Update to 4.19.297....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.297. (linux-libre-4.19-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I85840b2f7984d40ecfd09ea2603f36927cb953f3 Wilko Meyer
2023-07-23gnu: linux-libre 5.4: Update to 5.4.259....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.259. (linux-libre-5.4-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Iddba0dfd309bedda70bb2e0f910354df352dc059 Wilko Meyer
2023-07-23gnu: linux-libre 5.10: Update to 5.10.199....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.199. (linux-libre-5.10-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I79378d78d5feb2b2b7e60f473c522b04a72b85e9 Wilko Meyer
2023-07-23gnu: linux-libre 5.15: Update to 5.15.137....* 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 Wilko Meyer
2023-07-23gnu: linux-libre 6.1: Update to 6.1.60....* 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 Wilko Meyer
2023-07-23gnu: linux-libre 6.5: Update to 6.5.9....* 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 Wilko Meyer
2023-10-28profiles: Hooks honor the #:system parameter of ‘profile-derivation’....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> Ludovic Courtès
2023-10-27home: services: Fix regression in generated ‘on-first-login’ script....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> Rostislav Svoboda
2023-10-27gnu: Add sdl2-gamecontrollerdb....* gnu/packages/sdl.scm (sdl2-gamecontrollerdb): New variable. Evgeny Pisemsky
2023-10-27gnu: Add emacs-pddl-mode....* gnu/packages/emacs-xyz.scm (emacs-pddl-mode): New variable. Liliana Marie Prikler
2023-10-27gnu: Add popf....* gnu/packages/maths.scm (popf): New variable. Liliana Marie Prikler
2023-10-27gnu: python-dm-tree: Update to 0.1.8....* 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 Ricardo Wurmus
2023-10-27gnu: Add emacs-treebundel....* gnu/packages/emacs-xyz.scm (emacs-treebundel): New variable. Change-Id: I1b1037b69febd0bab59aae6dd95aeeaa6a5e1e2e Signed-off-by: Andrew Tropin <andrew@trop.in> Nicolas Graves
2023-10-27gnu: Add guile-ts....* 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> Zheng Junjie
2023-10-27gnu: Add moonfish....* gnu/packages/games.scm (moonfish): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Change-Id: Idadb367c60648a1c98601302398dae1373e68919 zamfofex
2023-07-23gnu: linux-libre 5.15: Update to 5.15.136....* 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 Wilko Meyer
2023-07-23gnu: linux-libre 6.1: Update to 6.1.59....* 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 Wilko Meyer
2023-07-23gnu: linux-libre 6.5: Update to 6.5.8....* 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 Wilko Meyer
2023-10-26gnu: Add rust-cbindgen-0.26....* 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> Tomas Volf
2023-10-26gnu: fcode-utils: Fix cross-compilation....* gnu/packages/firmware.scm (fcode-utils) [arguments]: use STRIP-FOR-TARGET. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Zheng Junjie
2023-10-26gnu: Add emacs-corfu-candidate-overlay....* gnu/packages/emacs-xyz.scm (emacs-corfu-candidate-overlay): New variable. Andrew Tropin
2023-10-26gnu: cups: Fix cross-compiling....* 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 Zheng Junjie
2023-10-26gnu: swineherd: Update to 0.0.3....* gnu/packages/admin.scm (swineherd): Update to 0.0.3. Change-Id: I4b0907c5e57a82b5bd628a8c6a7f9851b19e0a5e Ricardo Wurmus
2023-10-22gnu: linux-libre@6: Enable Coreboot framebuffer support (again)....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 Tobias Geerinckx-Rice
2023-10-25gnu: Add passff....* gnu/packages/browser-extensions.scm (passff-host): New variable. (passff): New variable. Change-Id: I0f6f4b0c319e5cffd0940421a4d8bdc73d8d806b Clément Lassieur
2023-10-25gnu: r-prabclus: Update to 2.3-3....* gnu/packages/statistics.scm (r-prabclus): Update to 2.3-3. Change-Id: Ib30b381206e92401c1f5af921faefacfed6794e9 Ricardo Wurmus
2023-10-25gnu: r-plotly: Update to 4.10.3....* gnu/packages/statistics.scm (r-plotly): Update to 4.10.3. Change-Id: I4110f2066ce507f8d5d824546b3229bd498982b9 Ricardo Wurmus
2023-10-25gnu: r-markdown: Update to 1.11....* gnu/packages/statistics.scm (r-markdown): Update to 1.11. Change-Id: I1d8eb8f0414d514b61707d1ac090cf2987f55858 Ricardo Wurmus
2023-10-25gnu: r-gdtools: Update to 0.3.4....* gnu/packages/statistics.scm (r-gdtools): Update to 0.3.4. [inputs]: Add zlib. Change-Id: I9580e0d3313a83e7a9163ec831ab2e5e80f2f627 Ricardo Wurmus
2023-10-25gnu: r-rpart: Update to 4.1.21....* gnu/packages/statistics.scm (r-rpart): Update to 4.1.21. Change-Id: I3c87cf0c8ea010a3f32ad70e9ad70cb9206e062a Ricardo Wurmus
2023-10-25gnu: r-lattice: Update to 0.22-5....* gnu/packages/statistics.scm (r-lattice): Update to 0.22-5. Change-Id: I77cb85f0b548f519216e9e6b31b8e8b3bb78e1d8 Ricardo Wurmus
2023-10-25gnu: r-paws-common: Update to 0.6.2....* gnu/packages/cran.scm (r-paws-common): Update to 0.6.2. Change-Id: Ie843d206f9275499f8ee1e10b071d2f2799e9b50 Ricardo Wurmus
2023-10-25gnu: r-rsq: Update to 2.6....* gnu/packages/cran.scm (r-rsq): Update to 2.6. [propagated-inputs]: Add r-deming. Change-Id: I9ff6747c8fb726585154cb4232136d5aa0e242cb Ricardo Wurmus
2023-10-25gnu: r-rtweet: Update to 1.2.1....* gnu/packages/cran.scm (r-rtweet): Update to 1.2.1. Change-Id: Id4de453409dc5783cc6ee6e0cd1e2f501bb7aedf Ricardo Wurmus
2023-10-25gnu: r-rworldmap: Update to 1.3-8....* 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 Ricardo Wurmus
2023-10-25gnu: r-qdapregex: Update to 0.7.8....* gnu/packages/cran.scm (r-qdapregex): Update to 0.7.8. Change-Id: Iedcf97ca54205a02d718961c9b7bc01527ce4993 Ricardo Wurmus
2023-10-25gnu: r-ragg: Update to 1.2.6....* gnu/packages/cran.scm (r-ragg): Update to 1.2.6. Change-Id: Id49d85354565d8a0e6a72ef935fd1141928f275b Ricardo Wurmus
2023-10-25gnu: r-textshaping: Update to 0.3.7....* gnu/packages/cran.scm (r-textshaping): Update to 0.3.7. Change-Id: Iee4378ac94df52f87e23d5ab4dba1708afb58f4c Ricardo Wurmus
2023-10-25gnu: r-tidyposterior: Update to 1.0.1....* gnu/packages/cran.scm (r-tidyposterior): Update to 1.0.1. Change-Id: I16cd6fa1b3ccdf73da0ebe1652f28a13a95793fa Ricardo Wurmus
2023-10-25gnu: r-slider: Update to 0.3.1....* gnu/packages/cran.scm (r-slider): Update to 0.3.1. Change-Id: I7540954ff03379d5b04afaeb263d7443d9e38288 Ricardo Wurmus
2023-10-25gnu: r-spatstat-random: Update to 3.2-1....* gnu/packages/cran.scm (r-spatstat-random): Update to 3.2-1. Change-Id: I3b4c476f23407a920053bb37cd476467775752d5 Ricardo Wurmus