- Sep 25, 2020
-
-
Peng Mei Yu authored
* gnu/packages/ibus.scm (librime): Update to 1.6.1. [inputs]: Add capnproto. [native-inputs]: Add pkg-config. Signed-off-by:
Mathieu Othacehe <othacehe@gnu.org>
-
Liliana Marie Prikler authored
* gnu/packages/gnome.scm (komikku): Update to 0.21.0. Signed-off-by:
Mathieu Othacehe <othacehe@gnu.org>
-
Mădălin Ionel Patrașcu authored
* gnu/packages/bioinformatics.scm (mafft): Update to 7.471. Signed-off-by:
Mathieu Othacehe <othacehe@gnu.org>
-
André Batista authored
* guix/licenses.scm (apsl2): New variable. Signed-off-by:
Mathieu Othacehe <othacehe@gnu.org>
-
André Batista authored
* doc/guix.texi (Messaging Services): Fix outdated info and add missing space. Signed-off-by:
Mathieu Othacehe <othacehe@gnu.org>
-
Vinicius Monego authored
* gnu/packages/gnome.scm (gnome-latex): New variable. Signed-off-by:
Mathieu Othacehe <othacehe@gnu.org>
-
Pierre Neidhardt authored
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200925.
-
- Sep 24, 2020
-
-
Marius Bakke authored
Fixes <https://bugs.gnu.org/43567>. Reported by calcium <calcium@disroot.org>. * gnu/services/networking.scm (<wpa-supplicant-configuration>)[requirement]: Remove 'dbus-system. (wpa-supplicant-shepherd-service)[requirement]: Add 'dbus-system when DBUS? is true. * doc/guix.texi (Networking Services)[wpa-supplicant-service-type]: Adjust accordingly.
-
Maxim Cournoyer authored
* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static".
-
Maxim Cournoyer authored
* gnu/packages/linux.scm (ntfs-3g)[configure-flags]: Add "--disable-static".
-
Efraim Flashner authored
* gnu/packages/textutils.scm (java-rsyntaxtextarea)[source]: Download using git-fetch.
-
Efraim Flashner authored
* gnu/packages/vim.scm (vifm): Update to 0.11.
-
Tanguy Le Carrour authored
* gnu/packages/python-xyz.scm (python-robber): New variable. Co-authored-by:
Ludovic Courtès <ludo@gnu.org>
-
Ivan Kozlov authored
* gnu/packages/wm.scm (awesome): Delete useless ‘env’ invocation in lib/awful/completion.lua. Change the delimiter for LUA_PATH and LUA_CPATH variables. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Vinicius Monego authored
* gnu/packages/gnome.scm (gtg): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Vinicius Monego authored
* gnu/packages/gnome.scm (python-liblarch): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
This is a followup to 3794ce93, which broke command completion. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * etc/completion/bash/guix (_guix_complete_command): Update to match output of 'guix help' as introduced in 3794ce93.
-
Ludovic Courtès authored
* gnu/packages/mpi.scm (openmpi)[arguments]: Add "--enable-mpirun-prefix-by-default" to #:configure-flags.
-
Efraim Flashner authored
* gnu/packages/admin.scm (netcat-openbsd)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
-
Efraim Flashner authored
* gnu/packages/abduco.scm (abduco)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
-
Efraim Flashner authored
* gnu/packages/accessibility.scm (xmagnify)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
-
Efraim Flashner authored
* gnu/packages/accessibility.scm (footswitch)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
-
Guillaume Le Vaillant authored
* gnu/packages/compression.scm (tarlz): New variable.
-
Mathieu Othacehe authored
* gnu/services/cuirass.scm (cuirass-activation)[queries-log-file]: Create and set user permissions on "queries-log-file" and "web-queries-log-file".
-
Mathieu Othacehe authored
* gnu/services/cuirass.scm (<cuirass-configuration>)[web-queries-log-file]: New field. (cuirass-shepherd-service): Honor it. (cuirass-log-rotations): If defined, add the web queries log file to the log rotation.
-
Pierre Neidhardt authored
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-2.
-
Mathieu Othacehe authored
* gnu/services/cuirass.scm (<cuirass-configuration>)[queries-log-file]: New field. (cuirass-shepherd-service): Honor it. (cuirass-log-rotations): If defined, add the queries log file to the log rotation.
-
Mathieu Othacehe authored
This update add support for SQL queries logging. * gnu/packages/ci.scm (guile-sqlite3-dev): New variable. (cuirass): Update to 0.0.1-47.b310f17. [inputs]: Use guile-sqlite3-dev instead of guile-sqlite3.
-
Mathieu Othacehe authored
Work around <https://issues.guix.gnu.org/43334>. * gnu/packages/ci.scm (cuirass)[inputs]: Use guile-3.0/libgc-7 instead of guile-3.0.
-
Michael Rohleder authored
* gnu/packages/gnome.scm (cheese): Update to 3.38.0. [arguments]: Add phase patch-docbook-xml. [native-inputs]: Add docbook-xml. Signed-off-by:
Mathieu Othacehe <othacehe@gnu.org>
-
Tobias Geerinckx-Rice authored
* gnu/packages/uml.scm (plantuml): Update to 1.2020.17.
-
Tobias Geerinckx-Rice authored
* gnu/packages/video.scm (celluloid): Update to 0.20.
-
Tobias Geerinckx-Rice authored
* gnu/packages/admin.scm (sudo): Update to 1.9.3p1.
-
Mark H Weaver authored
Do not propagate plugins that are known to be patent encumbered out of the box, so the user has a choice. * gnu/packages/spice.scm (spice-gtk)[propagated-inputs]: Remove gst-libav, gst-plugins-bad and gst-plugins-ugly. Signed-off-by:
Maxim Cournoyer <maxim.cournoyer@gmail.com>
-
- Sep 23, 2020
-
-
Oleg Pykhalov authored
This is a follow-up to e04b9060. * gnu/services/docker.scm (docker-shepherd-service): Fix "enable-proxy?" configuration.
-
Nicolas Goaziou authored
* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 1.0. [source]: Switch to ELPA URI. [home-page]: Use ELPA URI.
-
Nicolas Goaziou authored
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.3.
-
Nicolas Goaziou authored
* gnu/packages/emacs-xyz.scm (emacs-meson-mode): Update to 0.3.
-
Niklas Eklund authored
* gnu/packages/emacs-xyz.scm (emacs-quickrun): New variable. Signed-off-by:
Nicolas Goaziou <mail@nicolasgoaziou.fr>
-
Tobias Geerinckx-Rice authored
* gnu/services/desktop.scm (bluetooth-service-type) [default-value]: Set to (bluetooth-configuration).
-