summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* scripts: Pass #:verbosity to 'build-notifier'.Ludovic Courtès2020-08-03
| | | | | | | | | | | | | | | * guix/scripts/archive.scm (guix-archive): Pass #:verbosity to 'build-notifier'. * guix/scripts/build.scm (guix-build): Likewise. * guix/scripts/copy.scm (guix-copy): Likewise. * guix/scripts/deploy.scm (guix-deploy): Likewise. * guix/scripts/environment.scm (guix-environment): Likewise. * guix/scripts/pack.scm (guix-pack): Likewise. * guix/scripts/package.scm (guix-package*): Likewise. * guix/scripts/pull.scm (guix-pull): Likewise. * guix/scripts/system.scm (verbosity-level): New procedure. (process-action): Pass #:verbosity to 'build-notifier'. (guix-system): Use 'verbosity-level' for 'with-status-verbosity'.
* ui: Add #:verbosity to 'show-what-to-build'.Ludovic Courtès2020-08-03
| | | | | | * guix/ui.scm (%default-verbosity): New variable. (show-what-to-build): Add #:verbosity and honor it. (build-notifier): Add #:verbosity and pass it to 'show-what-to-build'.
* doc: Document 'mount-may-fail?' field.Ludovic Courtès2020-08-03
| | | | | | This is a followup to 7c27bd115b14afd142da7684cc349369965f9eab. * doc/guix.texi (File Systems): Document 'mount-may-fail?'.
* gnu: emacs-guix: Update to latest gitlab version.Michael Rohleder2020-08-03
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-guix): Update to a 0.5.2 snapshot. fix https://issues.guix.gnu.org/41063 [source] changes to git-getch. [snippet] removed. [native-inputs] added tools to build. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: easyrpg-player: Update to 0.6.2.1.Efraim Flashner2020-08-03
| | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.1.
* gnu: xfce4-terminal: Update to 0.8.9.2.Michael Rohleder2020-08-03
| | | | | | * gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.9.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: xfce4-time-out-plugin: Update to 1.1.1.Michael Rohleder2020-08-03
| | | | | | * gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs: Ignore empty XIM styles.Leo Prikler2020-08-03
| | | | | | | | | | | | As of libx11 version 1.6.10, xim may be NULL, which causes a segmentation fault in the execution of ARRAYELTS. As a cautionary measure, we short-circuit this logic. * gnu/packages/patches/emacs-ignore-empty-xim-styles.patch: New file. * gnu/packages/emacs.scm (emacs emacs-next)[patches]: Use it. * gnu/local.mk: Register it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: android: Export android-liblog.Denis 'GNUtoo' Carikli2020-08-03
| | | | | | * gnu/packages/android.scm (android-liblog): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: android: Export android-libcutils.Denis 'GNUtoo' Carikli2020-08-03
| | | | | | * gnu/packages/android.scm (android-libcutils): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: xfce4-stopwatch-plugin: Update to 0.4.0.Michael Rohleder2020-08-03
| | | | | | | * gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.4.0. [arguments]: Enable "tests". Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-onnx.Vinicius Monego2020-08-03
| | | | | | | | * gnu/packages/machine-learning.scm (python-onnx): New variable. * gnu/packages/patches/python-onnx-use-system-googletest.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-protobuf: Update to 3.12.4.Vinicius Monego2020-08-03
| | | | | | * gnu/packages/protobuf.scm (python-protobuf): Update to 3.12.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: cuirass: Update to 0.0.1-42.d332955.Mathieu Othacehe2020-08-02
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-42.d332955.
* gnu: cuirass: Update to 0.0.1-41.614ea05.Mathieu Othacehe2020-08-02
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-41.614ea05.
* gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.Oleg Pykhalov2020-08-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-dhall-mode): Update to 0.1.3-1.484bcf8.
* gnu: emacs-org-roam: Update to 1.2.1.Pierre Langlois2020-08-02
| | | | | | | | * 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>
* gnu: Add emacs-emacsql-sqlite3.Pierre Langlois2020-08-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* services: Add zram-device-service.Efraim Flashner2020-08-02
| | | | | | | * 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.
* gnu: Add cl-qbase64.Adam Kandur2020-08-02
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-qbase64, cl-qbase64, ecl-qbase64): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-eos: Update to 0.0.0-2.b4413bc.Guillaume Le Vaillant2020-08-02
| | | | * gnu/packages/lisp-xyz.scm (sbcl-eos): Update to 0.0.0-2.b4413bc.
* gnu: Add emacs-jenkinsfile-mode.Oleg Pykhalov2020-08-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-jenkinsfile-mode): New variable.
* gnu: Add Remake.Eric Bavier2020-08-01
| | | | | | * gnu/packages/debug.scm (remake): New variable. * gnu/packages/patches/remake-impure-dirs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: nomad: Update to 0.2.0-alpha.Mike Rosset2020-08-01
| | | | | | | | | | | * 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>
* gnu: starfighter: Update to 2.3.1.Kei Kebreau2020-08-01
| | | | * gnu/packages/games.scm (starfighter): Update to 2.3.1.
* gnu: xorg-server: Fix CVE-2020-14347 via graft.Mark H Weaver2020-08-01
| | | | | | | | * 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.
* gnu: libx11: Replace with 1.6.10 [fixes CVE-2020-14344].Mark H Weaver2020-08-01
| | | | | * gnu/packages/xorg.scm (libx11/fixed): New variable. (libx11)[replacement]: New field.
* gnu: cuirass: Update to 0.0.1-40.153b49c.Mathieu Othacehe2020-08-01
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-40.153b49c.
* gnu: sbcl: Update to 2.0.7.Pierre Neidhardt2020-08-01
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.0.7.
* doc: Explain how to use psql with peer authentication.Pierre Neidhardt2020-08-01
| | | | | | * 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.
* services: postgresql: Provide postgresql commands.Pierre Neidhardt2020-08-01
| | | | | * gnu/services/databases.scm (postgresql-service-type): Extend profile-service-type to provide postgresql commands.
* gnu: Add git-cal.Oleg Pykhalov2020-08-01
| | | | * gnu/packages/version-control.scm (git-cal): New variable.
* gnu: texmacs: Update to 1.99.13.Nicolas Goaziou2020-08-01
| | | | | | | | | * 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.
* gnu: Add python-wurlitzer.Vinicius Monego2020-08-01
| | | | | | * gnu/packages/python-xyz.scm (python-wurlitzer): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: pulsemixer: Update to 1.5.1.Michael Rohleder2020-08-01
| | | | | | * gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: xfce4-notifyd: Update to 0.6.1.Michael Rohleder2020-08-01
| | | | | | * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: plantuml: Update to 1.2020.15.Michael Rohleder2020-08-01
| | | | | | * gnu/packages/uml.scm (plantuml): Update to 1.2020.15. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Update xxhash to 0.8.0.Hendursaga2020-08-01
| | | | | | * gnu/packages/digest.scm (xxhash): Update to 0.8.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-pytest-ordering.Vinicius Monego2020-08-01
| | | | | | * gnu/packages/python-check.scm (python-pytest-ordering): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: qtimageformats: Fix build.Michael Rohleder2020-08-01
| | | | | | | | Reported by <nefix> on IRC. * gnu/packages/qt.scm (qtimageformats)[arguments]: Add a 'fix-build phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* guix: lint: Ignore unsupported source URL’s.Lars-Dominik Braun2020-08-01
| | | | | | * guix/lint.scm (check-source): Add match case for #f. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: pavucontrol: Update to 4.0.Michael Rohleder2020-08-01
| | | | | | | | | | | 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>
* gnu: Add zeal.Michael Rohleder2020-08-01
| | | | | | * gnu/packages/documentation.scm (zeal): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-dimmer: Update to 0.4.2.Brett Gilio2020-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-dimmer): Update to 0.4.2.
* gnu: emacs-google-translate: Update to 0.12.0.Brett Gilio2020-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.12.0.
* gnu: emacs-datetime: Update to 0.6.6.Brett Gilio2020-08-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.6.6. [inputs]: Add emacs-extmap.
* gnu: Add emacs-extmap.Brett Gilio2020-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-extmap): New variable.
* gnu: chibi-scheme: Update to 0.9.Brett Gilio2020-07-31
| | | | * gnu/packages/scheme.scm (chibi-scheme): Update to 0.9.
* gnu: linux-libre: Update to 5.4.55.Mark H Weaver2020-08-01
| | | | | | * 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.
* gnu: linux-libre@5.7: Update to 5.7.12.Mark H Weaver2020-08-01
| | | | | | * 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.