Age | Commit message (Expand) | Author |
2022-12-19 | gnu: cl-croatoan: Update to 0.0.1-6.35c92fc....* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-6.35c92fc.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| cage |
2022-12-19 | home: xdg: Make it possible to extend user-directories service....* gnu/home/services/xdg.scm (home-xdg-user-directories-service-type): Make it
possible to override user-directories configuration by extending.
| Andrew Tropin |
2022-12-19 | gnu: tor: Update to 0.4.7.12....* gnu/packages/tor.scm (tor): Update to 0.4.7.12.
| Efraim Flashner |
2022-12-19 | gnu: Add nilfs-utils....* gnu/packages/file-systems.scm (nilfs-utils): New variable.
| Efraim Flashner |
2022-12-19 | gnu: Add guile-aws....* gnu/packages/guile-xyz.scm (guile-aws): New variable.
| Ricardo Wurmus |
2022-12-18 | gnu: kdebugsettings: Fix typo....* gnu/packages/kde-utils.scm (kdebugsettings)[description]: Remove use of
"allows to".
| Vagrant Cascadian |
2022-12-18 | gnu: r-gson: Fix typo....* gnu/packages/cran.scm (r-gson)[description]: Fix pluralized "This package".
| Vagrant Cascadian |
2022-12-19 | Merge branch 'version-1.4.0' | Ludovic Courtès |
2022-12-18 | gnu: Add guile-pubstrate....* gnu/packages/guile-xyz.scm (guile-pubstrate): New variable.
| Ricardo Wurmus |
2022-12-18 | gnu: Add guile-8sync-for-pubstrate....* gnu/packages/guile-xyz.scm (guile-8sync-for-pubstrate): New variable.
| Ricardo Wurmus |
2022-12-18 | gnu: guile-webutils: Update to 0.1-1.d309d65....* gnu/packages/guile-xyz.scm (guile-webutils): Update to 0.1-1.d309d65.
[source]: Remove snippet.
| Ricardo Wurmus |
2022-12-18 | gnu: vim: Update to 9.0.1073....* gnu/packages/vim.scm (vim): Update to 9.0.1073.
| Efraim Flashner |
2022-12-18 | gnu: toot: Update to 0.32.1....* gnu/packages/mastodon.scm (toot): Update to 0.32.1.
| Efraim Flashner |
2022-12-18 | gnu: khard: Update to 0.18.0....* gnu/packages/mail.scm (khard): Update to 0.18.0.
| Efraim Flashner |
2022-12-18 | gnu: git-annex: Update to 10.20221212....* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20221212.
| Efraim Flashner |
2022-12-18 | gnu: guix: Update to 1.4.0. | Ludovic Courtès |
2022-12-18 | gnu: python-scanpy: Use pyproject-build-system....* gnu/packages/bioinformatics.scm (python-scanpy)[build-system]: Use
pyproject-build-system.
[arguments]: Remove custom 'build and 'install phases; move pytest arguments
to #:test-flags; add 'pretend-version phase; replace custom 'check phase with
'delete-bad-tests phase.
| Ricardo Wurmus |
2022-12-18 | gnu: python-multivelo: Simplify with pyproject-build-system....* gnu/packages/bioinformatics.scm (python-multivelo)[build-system]: Use
pyproject-build-system.
[arguments]: Remove custom 'build and 'install phases.
| Ricardo Wurmus |
2022-12-18 | services: kmsconf: Load GNU Freefont....This provides glyphs for additional fonts such as Amharic that were
otherwise missing.
Fixes <https://issues.guix.gnu.org/60164>.
Reported by Wolf <wolf@wolfsden.cz>.
* gnu/services/base.scm (kmscon-service-type): In 'start' method,
pass #:environment-variables to set 'XDG_DATA_DIRS'.
| Ludovic Courtès |
2022-12-18 | installer: final: Delete SQLite WAL and shm files upon completion....Previously, db.sqlite-{wal,shm} could be left behind after stopping
guix-daemon. When resuming installation, SQLite could end up behaving
as if transactions visible in the WAL file had been committed, in spite
of having restored SAVED-DATABASE.
Fixes <https://issues.guix.gnu.org/59784>.
Reported by pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de>.
* gnu/installer/final.scm (install-system): Before restarting
guix-daemon, delete db.sqlite-{wal,shm}.
| Ludovic Courtès |
2022-12-18 | installer: final: Stop guix-daemon before accessing store database....As part of fixing <https://issues.guix.gnu.org/59784>, make sure
/var/guix/db.sqlite is only copied while guix-daemon is stopped.
* gnu/installer/final.scm (call-with-mnt-container): Add FIXME comment.
(install-system): Copy DATABASE-FILE and SAVED-DATABASE only when
'guix-daemon' is stopped. Add logging lines.
| Ludovic Courtès |
2022-12-15 | install: Make sure uvesafb can be loaded....Fixes <https://issues.guix.gnu.org/60010>.
Reported by pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de>.
Previously, the 'modprobe' executable would try and fail to load the
module from /lib/modules/*. Set 'LINUX_MODULE_DIRECTORY' to make sure
'modprobe' looks for the module in the right place.
* gnu/system/install.scm (uvesafb-shepherd-service)[modprobe]: New
variable.
In 'start' method, invoke it instead of KMOD/bin/modprobe.
| Ludovic Courtès |
2022-12-11 | gnu: ecryptfs-utils: Remove input labels....* gnu/packages/linux.scm (ecryptfs-utils)[inputs]:
Remove input labels.
[arguments]: Fix ‘utils-linux’ typo.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: ecryptfs-utils: Wrap scripts....This should fix #59850, although there might be other binaries I missed.
* gnu/packages/linux.scm (ecryptfs-utils)[arguments]: Add a new
'wrap-scripts phase to do what it says.
[inputs]: Add coreutils, findutils, gawk, grep, keyutils, lsof, rsync,
sed, and which.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: coturn: Update to 4.6.1....* gnu/packages/telephony.scm (coturn): Update to 4.6.1.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: flashrom: Fix build on AArch64....* gnu/packages/patches/flashrom-fix-building-on-aarch64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/flashing-tools.scm (flashrom)[source]: Apply it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Simon South |
2022-12-17 | gnu: linux-libre 4.9: Update to 4.9.336....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.336.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2022-12-17 | gnu: linux-libre 4.14: Update to 4.14.302....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.302.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2022-12-17 | gnu: linux-libre 4.19: Update to 4.19.269....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.269.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2022-12-17 | gnu: linux-libre 5.4: Update to 5.4.227....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.227.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-12-17 | gnu: linux-libre 5.10: Update to 5.10.159....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.159.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-12-17 | gnu: linux-libre 5.15: Update to 5.15.83....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.83.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2022-12-17 | gnu: linux-libre: Update to 6.0.13....* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.13.
(linux-libre-6.0-pristine-source): Update hash.
| Leo Famulari |
2022-12-17 | gnu: QEMU: Update to 7.2.0....* gnu/packages/virtualization.scm (qemu): Update to 7.2.0.
[source](snippet): Don't remove slirp, as it's no longer bundled.
[arguments]: Remove related configure-flag. Specify Meson path.
[native-inputs]: Change from MESON to MESON-0.63.
| Marius Bakke |
2022-12-17 | gnu: SeaBIOS: Simplify build....* gnu/packages/firmware.scm (seabios)[arguments]: Don't install bios.bin
twice. Drop redundant append step.
| Marius Bakke |
2022-12-17 | gnu: SeaBIOS: Build verbosely....* gnu/packages/firmware.scm (seabios)[arguments]: Add "V=1" to #:make-flags.
| Marius Bakke |
2022-12-17 | gnu: SeaBIOS: Update to 1.16.1....* gnu/packages/firmware.scm (seabios): Update to 1.16.1.
| Marius Bakke |
2022-12-17 | gnu: ungoogled-chromium: Update to 108.0.5359.124-1....* gnu/packages/chromium.scm (%chromium-version): Set to 108.0.5359.124.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2022-12-17 | activation: Firmware activation handles missing support in kernel....* gnu/build/activation.scm (activate-firmware): Check if firmware loading is
enabled before attempting to use it.
| Marius Bakke |
2022-12-17 | services: ganeti: Add support for cluster hooks....* gnu/services/ganeti.scm (<ganeti-configuration>): Add HOOKS.
(hooks->directory): Rename to ...
(debootstrap-hooks->directory): ... this, for clarity.
(debootstrap-configuration-compiler): Adjust accordingly.
(ganeti-directory): Add HOOKS when set.
(ganeti-etc-service): Pass HOOKS.
* doc/guix.texi (Virtualization Services): Mention it.
| Marius Bakke |
2022-12-16 | system: examples: Add mode prop line....* gnu/system/examples/asus-c201.tmpl: Add a mode prop line.
* gnu/system/examples/bare-bones.tmpl: Likewise.
* gnu/system/examples/beaglebone-black.tmpl: Likewise.
* gnu/system/examples/desktop.tmpl: Likewise.
* gnu/system/examples/docker-image.tmpl: Likewise.
* gnu/system/examples/lightweight-desktop.tmpl: Likewise.
* gnu/system/examples/raspberry-pi-64-nfs-root.tmpl: Likewise.
* gnu/system/examples/raspberry-pi-64.tmpl: Likewise.
* gnu/system/examples/vm-image.tmpl: Likewise.
| Maxim Cournoyer |
2022-12-11 | install: Add lvm2-static system package....* gnu/system/install.scm (%installer-disk-utilities): Add lvm2-static.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: mpd: Update to 0.23.11....* gnu/packages/mpd.scm (mpd): Update to 0.23.11.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: fakeroot: Remove input labels....* gnu/packages/linux.scm (fakeroot)[native-inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: fakeroot: Update to 1.30.1....* gnu/packages/linux.scm (fakeroot): Update to 1.30.1.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: earlyoom: Update to 1.7....* gnu/packages/linux.scm (earlyoom): Update to 1.7.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: bpftrace: Update to 0.16.0....* gnu/packages/linux.scm (bpftrace): Update to 0.16.0.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: libnftnl: Update to 1.2.4....* gnu/packages/linux.scm (libnftnl): Update to 1.2.4.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: liburing: Update to 2.3....* gnu/packages/linux.scm (liburing): Update to 2.3.
| Tobias Geerinckx-Rice |
2022-12-11 | gnu: mtd-utils: Remove input labels....* gnu/packages/linux.scm (mtd-utils)[inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |