summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-02gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): Update to 0.1.3-1.484bcf8.
2020-08-02gnu: emacs-org-roam: Update to 1.2.1.Pierre Langlois
* gnu/packages/emacs.scm (emacs-org-roam): Update to 1.2.1. [propagated-inputs]: Replace emacs-emacsql with emacs-emacsql-sqlite3. [home-page]: Update URL. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-02gnu: Add emacs-emacsql-sqlite3.Pierre Langlois
* gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-08-02services: Add zram-device-service.Efraim Flashner
* gnu/services/linux.scm (<zram-device-configuration>): New record. (zram-device-service-type): New variable. * doc/guix.texi (Linux Services): Document it. * tests/services/linux.scm (zram-swap-device-test): New tests.
2020-08-02gnu: Add cl-qbase64.Adam Kandur
* gnu/packages/lisp-xyz.scm (sbcl-qbase64, cl-qbase64, ecl-qbase64): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2020-08-02gnu: sbcl-eos: Update to 0.0.0-2.b4413bc.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-eos): Update to 0.0.0-2.b4413bc.
2020-08-02gnu: Add emacs-jenkinsfile-mode.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-jenkinsfile-mode): New variable.
2020-08-01gnu: Add Remake.Eric Bavier
* gnu/packages/debug.scm (remake): New variable. * gnu/packages/patches/remake-impure-dirs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-08-01gnu: nomad: Update to 0.2.0-alpha.Mike Rosset
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha. This is a significant update to Nomad. This removes the majority of C code and replaces it with gobject introspection using g-golf. In the process the nomad package expression has changed significantly. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: starfighter: Update to 2.3.1.Kei Kebreau
* gnu/packages/games.scm (starfighter): Update to 2.3.1.
2020-08-01gnu: xorg-server: Fix CVE-2020-14347 via graft.Mark H Weaver
* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xorg-server/fixed): New variable. (xorg-server)[replacement]: New field. (xorg-server-wayland): Use package/inherit.
2020-08-01gnu: libx11: Replace with 1.6.10 [fixes CVE-2020-14344].Mark H Weaver
* gnu/packages/xorg.scm (libx11/fixed): New variable. (libx11)[replacement]: New field.
2020-08-01gnu: cuirass: Update to 0.0.1-40.153b49c.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-40.153b49c.
2020-08-01gnu: sbcl: Update to 2.0.7.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.0.7.
2020-08-01doc: Explain how to use psql with peer authentication.Pierre Neidhardt
* doc/guix.texi (Database Services): Add example of shell commands to use psql as system user. Also add troubleshooting tip when service fails to start because of incompatible cluster.
2020-08-01services: postgresql: Provide postgresql commands.Pierre Neidhardt
* gnu/services/databases.scm (postgresql-service-type): Extend profile-service-type to provide postgresql commands.
2020-08-01gnu: Add git-cal.Oleg Pykhalov
* gnu/packages/version-control.scm (git-cal): New variable.
2020-08-01gnu: texmacs: Update to 1.99.13.Nicolas Goaziou
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.13. [source]: Remove unnecessary snippet. [native-inputs]: Add xdg-utils. [inputs]: Replace qt-4 with qtbase. [arguments]: Add a phase to fix hard-coded paths. [description]: Fix small typo.
2020-08-01gnu: Add python-wurlitzer.Vinicius Monego
* gnu/packages/python-xyz.scm (python-wurlitzer): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: pulsemixer: Update to 1.5.1.Michael Rohleder
* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: xfce4-notifyd: Update to 0.6.1.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: plantuml: Update to 1.2020.15.Michael Rohleder
* gnu/packages/uml.scm (plantuml): Update to 1.2020.15. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: Update xxhash to 0.8.0.Hendursaga
* gnu/packages/digest.scm (xxhash): Update to 0.8.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: Add python-pytest-ordering.Vinicius Monego
* gnu/packages/python-check.scm (python-pytest-ordering): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: qtimageformats: Fix build.Michael Rohleder
Reported by <nefix> on IRC. * gnu/packages/qt.scm (qtimageformats)[arguments]: Add a 'fix-build phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01guix: lint: Ignore unsupported source URL’s.Lars-Dominik Braun
* guix/lint.scm (check-source): Add match case for #f. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: pavucontrol: Update to 4.0.Michael Rohleder
From 5312ae2b7bff23268a6546ce89cd349f3183bd2c Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Thu, 30 Jul 2020 08:08:38 +0200 Subject: [PATCH] gnu: pavucontrol: Update to 4.0. * gnu/packages/pulseaudio.scm (pavucontrol): Update to 4.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: Add zeal.Michael Rohleder
* gnu/packages/documentation.scm (zeal): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-01gnu: emacs-dimmer: Update to 0.4.2.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-dimmer): Update to 0.4.2.
2020-08-01gnu: emacs-google-translate: Update to 0.12.0.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.12.0.
2020-08-01gnu: emacs-datetime: Update to 0.6.6.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.6.6. [inputs]: Add emacs-extmap.
2020-08-01gnu: Add emacs-extmap.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-extmap): New variable.
2020-07-31gnu: chibi-scheme: Update to 0.9.Brett Gilio
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.9.
2020-08-01gnu: linux-libre: Update to 5.4.55.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.55. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.55.
2020-08-01gnu: linux-libre@5.7: Update to 5.7.12.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.12. (linux-libre-5.7-pristine-source): Update hash. (deblob-scripts-5.7): Update to 5.7.12.
2020-07-31gnu: Add blender@2.79b.Mark H Weaver
Restore blender@2.79b, the last version that does not require OpenGL 3, and therefore the last version to work on many older computers. Note that this commit relies on blender-2.79-newer-ffmpeg.patch and blender-2.79-python-3.7-fix.patch, which were left in the tree when blender@2.79b was previously removed in commit 1f14453eedfede4626a78321c66a009c9997bee4. * gnu/packages/patches/blender-2.79-gcc8.patch, gnu/packages/patches/blender-2.79-gcc9.patch, gnu/packages/patches/blender-2.79-oiio2.patch, gnu/packages/patches/blender-2.79-python-3.8-fix.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/graphics.scm (blender-2.79): New variable.
2020-07-31gnu: openimageio: Update to 2.0.13.Mark H Weaver
* gnu/packages/graphics.scm (openimageio): Update to 2.0.13. [inputs]: Replace python-2 with python-wrapper. Add pybind11 and robin-map.
2020-07-31gnu: Add robin-map.Mark H Weaver
* gnu/packages/datastructures.scm (robin-map): New variable.
2020-07-31gnu: emacs-transient: All phases return #t.Mark H Weaver
* gnu/packages/emacs-xyz.scm (emacs-transient): Return #t from the build-info-manual phase.
2020-07-31gnu: ruby-netrc: All phases return #t.Mark H Weaver
* gnu/packages/ruby.scm (ruby-netrc): In check phase, use for-each instead of map, and return #t.
2020-07-31gnu: linux-libre@4.19: Update to 4.19.136.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.136. (linux-libre-4.19-pristine-source): Update hash.
2020-07-31gnu: linux-libre@4.14: Update to 4.14.191.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.191. (linux-libre-4.14-pristine-source): Update hash.
2020-07-31gnu: linux-libre@4.9: Update to 4.9.232.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.232. (linux-libre-4.9-pristine-source): Update hash.
2020-07-31gnu: linux-libre@4.4: Update to 4.4.232.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.232. (linux-libre-4.4-pristine-source): Update hash.
2020-07-31gnu: scintilla: Update to 4.4.4.Nicolas Goaziou
* gnu/packages/text-editors.scm (scintilla): Update to 4.4.4.
2020-07-31gnu: snap: Update to 6.1.0.Nicolas Goaziou
* gnu/packages/education.scm (snap): Update to 6.1.0.
2020-07-31gnu: thinkfan: Update to 1.2.1.Nicolas Goaziou
* gnu/packages/linux.scm (thinkfan): Update to 1.2.1.
2020-07-31file-system: Add efivarfs support.Mathieu Othacehe
Tools such as efibootmgr rely on the deprecated /sys/firmware/efi/vars API as well as on the new /sys/firmware/efi/efivars API. The latter needs to be mounted. Reported by Keyhenge here: https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00274.html Here is the efivarfs documentation: https://www.kernel.org/doc/Documentation/filesystems/efivarfs.txt. * gnu/system/file-systems.scm (%efivars-file-system): New exported variable, (%base-file-systems): add it. * gnu/system/install.scm (%efivars-file-system): Add it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-07-31file-system: Add mount-may-fail? option.Mathieu Othacehe
* gnu/system/file-systems.scm (<file-system>): Add a mount-may-fail? field. (file-system->spec): adapt accordingly, (spec->file-system): ditto. * gnu/build/file-systems.scm (mount-file-system): If 'system-error is raised and mount-may-fail? is true, ignore it. Otherwise, re-raise the exception. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-07-31file-systems: Add %debug-file-system.Mathieu Othacehe
* gnu/system/file-systems.scm (%debug-file-system): New variable, (%base-file-systems): add it.