Age | Commit message (Expand) | Author |
2020-09-25 | doc: Fix outdated info and add missing space.•••* doc/guix.texi (Messaging Services): Fix outdated info and add
missing space.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| André Batista |
2020-09-25 | gnu: Add gnome-latex.•••* gnu/packages/gnome.scm (gnome-latex): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-09-25 | gnu: sbcl-cl-webkit: Update to 20200925.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200925.
| Pierre Neidhardt |
2020-09-24 | services: WPA Supplicant: Conditionally depend on D-Bus.•••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.
| Marius Bakke |
2020-09-24 | gnu: nfs-utils: Do not generate static libraries.•••* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static".
| Maxim Cournoyer |
2020-09-24 | gnu: ntfs-3g: Do not generate static libraries.•••* gnu/packages/linux.scm (ntfs-3g)[configure-flags]: Add "--disable-static".
| Maxim Cournoyer |
2020-09-24 | gnu: java-rsyntaxtextarea: Don't use unstable tarball.•••* gnu/packages/textutils.scm (java-rsyntaxtextarea)[source]: Download
using git-fetch.
| Efraim Flashner |
2020-09-24 | gnu: vifm: Update to 0.11.•••* gnu/packages/vim.scm (vifm): Update to 0.11.
| Efraim Flashner |
2020-09-24 | gnu: Add python-robber.•••* gnu/packages/python-xyz.scm (python-robber): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Tanguy Le Carrour |
2020-09-24 | gnu: awesome: Fix command completion in the prompt and Lua paths•••* 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>
| Ivan Kozlov |
2020-09-24 | gnu: Add gtg.•••* gnu/packages/gnome.scm (gtg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vinicius Monego |
2020-09-24 | gnu: Add python-liblarch.•••* gnu/packages/gnome.scm (python-liblarch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vinicius Monego |
2020-09-24 | bash completion: Adjust to new 'guix help' output.•••This is a followup to 3794ce93be8216d8378df7b808ce7f53b1e05a53, 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
3794ce93be8216d8378df7b808ce7f53b1e05a53.
| Ludovic Courtès |
2020-09-24 | gnu: openmpi: Have 'mpirun' look for executables under $prefix.•••* gnu/packages/mpi.scm (openmpi)[arguments]: Add
"--enable-mpirun-prefix-by-default" to #:configure-flags.
| Ludovic Courtès |
2020-09-24 | gnu: netcat-openbsd: Use cc-for-target.•••* gnu/packages/admin.scm (netcat-openbsd)[arguments]: Replace hard-coded
gcc with cc-for-target in make-flags.
| Efraim Flashner |
2020-09-24 | gnu: abduco: Use cc-for-target.•••* gnu/packages/abduco.scm (abduco)[arguments]: Replace hard-coded gcc
with cc-for-target in make-flags.
| Efraim Flashner |
2020-09-24 | gnu: xmagnify: Use cc-for-target.•••* gnu/packages/accessibility.scm (xmagnify)[arguments]: Replace
hard-coded gcc with cc-for-target in make-flags.
| Efraim Flashner |
2020-09-24 | gnu: footswitch: Use cc-for-target.•••* gnu/packages/accessibility.scm (footswitch)[arguments]: Replace
hard-coded gcc with cc-for-target in make-flags.
| Efraim Flashner |
2020-09-24 | gnu: Add tarlz.•••* gnu/packages/compression.scm (tarlz): New variable.
| Guillaume Le Vaillant |
2020-09-24 | services: cuirass: Create queries log files at activation.•••* 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 |
2020-09-24 | services: cuirass: Add web SQL queries logging support.•••* 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.
| Mathieu Othacehe |
2020-09-24 | gnu: nyxt: Update to 2-pre-release-2.•••* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-2.
| Pierre Neidhardt |
2020-09-24 | services: cuirass: Add SQL queries logging support.•••* 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 |
2020-09-24 | gnu: cuirass: Update to 0.0.1-47.b310f17.•••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 |
2020-09-24 | gnu: cuirass: Work around Guile memory issues.•••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.
| Mathieu Othacehe |
2020-09-24 | gnu: cheese: Update to 3.38.0.•••* 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>
| Michael Rohleder |
2020-09-24 | gnu: plantuml: Update to 1.2020.17.•••* gnu/packages/uml.scm (plantuml): Update to 1.2020.17.
| Tobias Geerinckx-Rice |
2020-09-24 | gnu: celluloid: Update to 0.20.•••* gnu/packages/video.scm (celluloid): Update to 0.20.
| Tobias Geerinckx-Rice |
2020-09-24 | gnu: sudo: Update to 1.9.3p1.•••* gnu/packages/admin.scm (sudo): Update to 1.9.3p1.
| Tobias Geerinckx-Rice |
2020-09-24 | gnu: spice-gtk: Only use "good" GStreamer plugins out of the box.•••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>
| Mark H Weaver |
2020-09-23 | services: docker: Fix configuration.•••This is a follow-up to e04b90607ac903359c90c9bad1b67fb7ce2f0eb6.
* gnu/services/docker.scm
(docker-shepherd-service): Fix "enable-proxy?" configuration.
| Oleg Pykhalov |
2020-09-23 | gnu: emacs-peg: Update to 1.0.•••* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 1.0.
[source]: Switch to ELPA URI.
[home-page]: Use ELPA URI.
| Nicolas Goaziou |
2020-09-23 | gnu: emacs-hyperbole: Update to 7.1.3.•••* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.3.
| Nicolas Goaziou |
2020-09-23 | gnu: emacs-meson-mode: Update to 0.3.•••* gnu/packages/emacs-xyz.scm (emacs-meson-mode): Update to 0.3.
| Nicolas Goaziou |
2020-09-23 | gnu: Add emacs-quickrun.•••* gnu/packages/emacs-xyz.scm (emacs-quickrun): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Niklas Eklund |
2020-09-23 | services: Allow (service bluetooth-service-type).•••* gnu/services/desktop.scm (bluetooth-service-type)
[default-value]: Set to (bluetooth-configuration).
| Tobias Geerinckx-Rice |
2020-09-23 | gnu: Add emacs-toc-org.•••* gnu/packages/emacs-xyz.scm (emacs-toc-org): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Morgan Smith |
2020-09-23 | gnu: evisum: Build translations.•••* gnu/packages/enlightenment.scm (evisum)[native-inputs]: Add
gettext-minimal.
| Efraim Flashner |
2020-09-23 | gnu: evisum: Update to 0.5.6.•••* gnu/packages/enlightenment.scm (evisum): Update to 0.5.6.
| Efraim Flashner |
2020-09-23 | gnu: efl: Update to 1.25.0.•••* gnu/packages/enlightenment.scm (efl): Update to 1.25.0.
[propagated-inputs]: Remove avahi.
[arguments]: Remove configure-flags to disable systemd, enable elogind,
list evas-loaders to disable and enable avahi. Add substitution to
hardcode location of elogind's library.
| Efraim Flashner |
2020-09-23 | gnu: fplll: Correct include files.•••* gnu/packages/patches/fplll-std-fenv.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/algebra.scm (fplll): Use patch and move all inputs to
propagated-inputs.
| Andreas Enge |
2020-09-23 | gnu: fplll: Update to 5.3.3.•••* gnu/packages/algebra.scm (fplll): Update to 5.3.3.
[native-inputs]: Add pkg-config.
| Andreas Enge |
2020-09-23 | gnu: multimon-ng: Update to 1.1.9.•••* gnu/packages/radio.scm (multimon-ng): Update to 1.1.9.
| Tobias Geerinckx-Rice |
2020-09-23 | gnu: s6: Update to 2.9.2.0.•••* gnu/packages/skarnet.scm (s6): Update to 2.9.2.0.
| Tobias Geerinckx-Rice |
2020-09-23 | gnu: execline: Update to 2.6.1.0.•••* gnu/packages/skarnet.scm (execline): Update to 2.6.1.0.
| Tobias Geerinckx-Rice |
2020-09-23 | gnu: xonsh: Update to 0.9.22.•••* gnu/packages/shells.scm (xonsh): Update to 0.9.22.
| Tobias Geerinckx-Rice |
2020-09-23 | gnu: sbcl-cl-webkit: Update to 20200923.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200923.
| Pierre Neidhardt |
2020-09-23 | gnu: jucipp: Update to 1.6.1.•••* gnu/packages/text-editors.scm (jucipp): Update to 1.6.1.
| Tobias Geerinckx-Rice |
2020-09-23 | gnu: libssh: Update to 0.9.5 [security fixes?].•••Upstream is unimpressed: ‘This includes a fix for CVE-2020-16135, however
we do not see how this would be exploitable at all. If you find a
security bug in libssh please don’t just assign a CVE, talk to us first.’
* gnu/packages/ssh.scm (libssh): Update to 0.9.5.
| Tobias Geerinckx-Rice |
2020-09-23 | gnu: python-pynvim: Update to 0.4.2.•••* gnu/packages/vim.scm (python-pynvim): Update to 0.4.2.
| Tobias Geerinckx-Rice |