Efraim Flashner
f165f7c9cb
gnu: sxiv: Use 'cc-for-target'.
...
* gnu/packages/image-viewers.scm (sxiv)[arguments]: Replace hard-coded
gcc substitution with cc-for-target in make-flags.
2020-09-14 10:30:42 +03:00
Efraim Flashner
858bb37a1d
gnu: sxiv: Install icons.
...
* gnu/packages/image-viewers.scm (sxiv)[arguments]: Add custom phase to
install icons.
2020-09-14 10:27:46 +03:00
Efraim Flashner
d67a3beb52
gnu: sxiv: Install desktop file.
...
* gnu/packages/image-viewers.scm (sxiv)[arguments]: Add custom
'install-desktop-file phase to install desktop file.
2020-09-14 10:25:34 +03:00
Gabriel Arazas
e641a95694
gnu: rofi: Update to 1.6.0.
...
* gnu/packages/xdisorg.scm (rofi): Update to 1.6.0.
[inputs]: Add libjpeg-turbo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-14 10:08:24 +03:00
Robin Green
1042d269a7
gnu: Update coq and its dependents
...
* gnu/packages/coq.scm (coq): Update to 8.11.2
(coq-flocq): Update to 3.3.1
(coq-gappa): Update to 1.4.4
(coq-mathcomp): Update to 1.11.0
(coq-coquelicot): Update to 3.1.0
(coq-bignums): Update to 8.11.0
(coq-interval): Update to 4.0.0
(coq-equations): Update to 1.2.3
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-09-14 01:55:52 +02:00
Tobias Geerinckx-Rice
2cae49f9c9
gnu: youtube-dl: Update to 2020.09.14.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.14.
2020-09-14 00:55:34 +02:00
Tobias Geerinckx-Rice
d392226f4a
gnu: python-ansi2html: Fix typo in description.
...
* gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
2020-09-14 00:23:01 +02:00
Tobias Geerinckx-Rice
61d02cecd9
gnu: wesnoth: Update to 1.14.14.
...
* gnu/packages/games.scm (wesnoth): Update to 1.14.14.
2020-09-14 00:23:01 +02:00
Tobias Geerinckx-Rice
1e58798bc4
gnu: jasper: Update to 2.0.20 [fixes CVE-2016-9398's revenge].
...
* gnu/packages/image.scm (jasper): Update to 2.0.20.
[arguments]: Skip tests of the now-disabled MIF image format.
2020-09-14 00:23:00 +02:00
Tobias Geerinckx-Rice
ce4a497b13
gnu: shellcheck: Update to 0.7.1.
...
* gnu/packages/haskell-apps.scm (shellcheck): Update to 0.7.1.
2020-09-14 00:23:00 +02:00
Tobias Geerinckx-Rice
33061f7bf1
gnu: bear: Update to 2.4.4.
...
* gnu/packages/build-tools.scm (bear): Update to 2.4.4.
2020-09-14 00:23:00 +02:00
Leo Prikler
43514b82e4
gnu: libhandy: Enable glade_catalog.
...
* gnu/packages/gnome.scm (libhandy)[configure-flags]: Add glade_catalog.
[inputs]: Add glade and libxml2.
(libhandy-0.0)[configure-flags]: Keep glade_catalog disabled.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:23 +02:00
Leo Prikler
88915958c0
gnu: glade: Add catalog and module search paths.
...
* gnu/packages/gnome.scm (glade3)[native-search-paths]: Add
GLADE_CATALOG_SEARCH_PATH and GLADE_MODULE_SEARCH_PATH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:23 +02:00
Morgan Smith
227932991f
gnu: emacs-djvu: Add needed inputs
...
* gnu/packages/emacs-xyz.scm (emacs-djvu)[inputs, arguments]: New fields.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:23 +02:00
Timotej Lazar
11a962e653
services: certbot: Support registration without email.
...
* gnu/services/certbot.scm (certbot-configuration): Add default for the
email option.
(certbot-command): Pass email for registration only when specified.
* doc/guix.texi (Certificate Services): "mandatory"→"optional" email.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:23 +02:00
Greg Hogan
0f918908eb
gnu: fmt: Update to 7.0.3.
...
From 820d39a55a5673fffac70c919b8cc3b28d94f6e7 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 11 Sep 2020 10:53:20 +0000
Subject: [PATCH] gnu: fmt: Update to 7.0.3.
* gnu/packages/pretty-print.scm (fmt): Update to 7.0.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:23 +02:00
zimoun
0214d5dd84
gnu: gcc-toolchain: Reword description.
...
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Reword.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:22 +02:00
zimoun
542c4707de
gnu: gccgo: Reword synopsis and description.
...
Fixes <https://bugs.gnu.org/43303 >.
Reported by Jeffrey Walton <noloader@gmail.com>.
* gnu/packages/gcc.scm: (gccgo-4.9): Add synopsis and description
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:22 +02:00
zimoun
a4fe16ee41
gnu: libgccjit: Reword synopsis and description.
...
Fixes <https://bugs.gnu.org/43303 >.
Reported by Jeffrey Walton <noloader@gmail.com>.
* gnu/packages/gcc.scm: (libgccjit)[synopsis,description]: Reword.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:22 +02:00
Alexandros Theodotou
66ce92ffe4
gnu: zrythm: Update to 0.8.911.
...
* gnu/packages/music.scm (zrythm): Update to 0.8.911.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:22 +02:00
Alexandros Theodotou
ae286b58c8
gnu: Add meson 0.55.1.
...
* gnu/packages/build-tools.scm (meson-0.55): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:22 +02:00
Alexandros Theodotou
fce852c458
gnu: libaudec: Update to 0.2.3.
...
* gnu/packages/audio.scm (libaudec): Update to 0.2.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-13 23:34:22 +02:00
Ludovic Courtès
978c9bc50d
gnu: libcyaml: Update to 1.1.0.
...
* gnu/packages/web.scm (libcyaml): Update to 1.1.0.
2020-09-13 23:34:22 +02:00
Tobias Geerinckx-Rice
71992a532d
services: Fix zram-device-service.
...
* gnu/services/linux.scm (<zram-device-configuration>): Fix typo.
2020-09-13 23:07:36 +02:00
Leo Famulari
898fbb60b2
gnu: Fix a crash in NTP and Chrony.
...
Fixes <https://bugs.gnu.org/43321 >.
* gnu/packages/ntp.scm (ntp, chrony)[inputs]: Replace libcap with libcap/next.
2020-09-13 15:46:02 -04:00
Christopher Baines
1192ae9404
gnu: josm: Fix formatting and install more files.
...
This means that JOSM appears in the GNOME Shell menu.
* gnu/packages/geo.scm (josm)[source]: Replace tab character.
[arguments]: Reduce line length, and add install-share-directories phase.
2020-09-13 13:22:13 +01:00
Raghav Gururajan
a3f6f27bbc
gnu: profanity: Change build system.
...
* gnu/package/messaging.scm (profanity) [build-system]: Change from
gnu to glib-or-gtk.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-13 11:49:27 +02:00
Raghav Gururajan
d0e85b805e
gnu: profanity: Enable plugins, icons and clipboard.
...
* gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flags>
[--enable-python-plugins]: New flag.
[--enable-plugins]: New flag.
[--enable-icons-and-clipboard]: New flag.
[--enable-icons]: Remove flag.
[inputs]: Add python-wrapper.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-13 11:48:09 +02:00
Raghav Gururajan
ca7535ddf3
gnu: profanity: Move some dependencies.
...
* gnu/packages/messaging.scm (profanity) [native-inputs]: Move gtk-2,
libnotify and libsignal-protocol-c to ...
[inputs]: ... here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-13 11:09:18 +02:00
Raghav Gururajan
d257697dc1
gnu: profanity: Make some cosmetic changes.
...
* gnu/packages/messaging.scm (profanity): Make some cosmetic changes.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-13 11:07:31 +02:00
Efraim Flashner
2c0b715389
gnu: editorconfig-vim: Update to 1.1.1.
...
* gnu/packages/vim.scm (editorconfig-vim): Update to 1.1.1.
[source]: Remove snippet.
[arguments]: Remove custom 'patch-editorconfig-path phase.
[inputs]: Remove editorconfig-core-c.
2020-09-12 22:33:26 +03:00
Ricardo Wurmus
fb24a4d5b8
gnu: muse-sequencer: Enable more features.
...
* gnu/packages/music.scm (muse-sequencer)[arguments]: Add phase "fix-include"
to patch header file reference; remove obsolete ENABLE_LV2_SUPPLIED
configuration option; remove ENABLE_RTAUDIO=OFF.
[inputs]: Add lrdf, pulseaudio, rtaudio, and rubberband.
2020-09-12 14:53:33 +02:00
Ricardo Wurmus
5525aea7cf
gnu: muse-sequencer: Update to 3.1.1.
...
* gnu/packages/music.scm (muse-sequencer): Update to 3.1.1.
[arguments]: Set CMAKE_EXE_LINKER_FLAGS and CMAKE_SHARED_LINKER_FLAGS; end
"chdir" phase with #T.
2020-09-12 14:53:33 +02:00
Nicolas Goaziou
61e7fa07c8
gnu: emacs-pdf-tools: Update to 0.90-1.
...
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 0.90-1. Fix
indentation.
Update to an unreleased commit to fix an incompatibility with Emacs 27+.
2020-09-12 14:09:40 +02:00
Oleg Pykhalov
5f5ff266e5
Revert "gnu: linux-libre: Update to 5.8.8."
...
This reverts commit ad42c20921
, which breaks
"guix system build" as described in <https://issues.guix.info/issue/43352 >.
2020-09-12 13:20:54 +03:00
Maxim Cournoyer
140da556be
ui: Lexicographically sort transaction entries based on their package name.
...
* guix/ui.scm (show-manifest-transaction): Sort entries to be displayed in a
tabulated view.
2020-09-12 02:08:14 -04:00
Maxim Cournoyer
7d3eb5e6b7
ui: Refactor the package-strings helper in show-manifest-transaction.
...
* guix/ui.scm (show-manifest-transaction)[package-strings]: Add an
OLD-VERSIONS keyword parameter. Absorb the code path previously found in the
upgrade-string. Remove upgrade-string.
(show-manifest-transaction): Adjust to the above changes.
2020-09-12 02:08:14 -04:00
Maxim Cournoyer
71e746cc63
doc: Document the use of snippets vs phases.
...
* doc/contributing.texi (Snippets versus phases): New section.
2020-09-12 02:01:35 -04:00
Danny Milosavljevic
8ed0c56725
gnu: python-aiodns: Propagate python-pycares.
...
* gnu/packages/python-web.scm (python-aiodns)[inputs]: Move python-pycares...
[propagated-inputs]: ...to here.
2020-09-12 02:33:06 +02:00
Raghav Gururajan
dbcfefe5ec
gnu: Add poezio.
...
* gnu/packages/messaging.scm (poezio): New variable.
2020-09-12 02:25:31 +02:00
Raghav Gururajan
c6e8d17b02
gnu: Add python-potr.
...
* gnu/packages/python-crypto.scm (python-potr): New variable.
2020-09-12 02:19:05 +02:00
Raghav Gururajan
c519a5b5b6
gnu: Add python-slixmpp.
...
* gnu/packages/python-xyz.scm (python-slixmpp): New variable.
2020-09-12 02:16:57 +02:00
Danny Milosavljevic
e88242cb75
gnu: ebusd: Enable MQTT support.
...
* gnu/packages/embedded.scm (ebusd)[inputs]: Add mosquitto.
2020-09-12 02:07:34 +02:00
Danny Milosavljevic
c3bbaea727
gnu: Add mosquitto.
...
* gnu/packages/messaging.scm (mosquitto): New variable.
2020-09-12 02:07:30 +02:00
Tobias Geerinckx-Rice
52569eeb7f
gnu: lldpd: Update to 1.0.6.
...
* gnu/packages/networking.scm (lldpd): Update to 1.0.6.
2020-09-11 23:30:45 +02:00
Tobias Geerinckx-Rice
dd6eac3e47
gnu: enet: Update to 1.3.16.
...
* gnu/packages/networking.scm (enet): Update to 1.3.16.
2020-09-11 23:30:45 +02:00
Tobias Geerinckx-Rice
0649c3cafa
gnu: batctl: Update to 2020.3.
...
* gnu/packages/networking.scm (batctl): Update to 2020.3.
2020-09-11 23:30:44 +02:00
Tobias Geerinckx-Rice
54151d1af5
Revert "gnu: dovecot: Set moduledir to global directory."
...
This reverts commit db0109be42
.
Same reason as commit d9d88c2ff0
.
2020-09-11 23:30:44 +02:00
Tobias Geerinckx-Rice
d9d88c2ff0
Revert "services: dovecot: Use modules via symlink to system profile."
...
This reverts commit bcfe0f0c1e
for now.
It breaks most current use(r)s of the Dovecot service and needs to be
combined with an extra modules configuration field of some kind.
See <https://issues.guix.gnu.org/43347 >.
2020-09-11 22:38:08 +02:00
Tobias Geerinckx-Rice
ef500f9be4
gnu: padthv1: Update to 0.9.17.
...
* gnu/packages/music.scm (padthv1): Update to 0.9.17.
[inputs]: Replace fftw with fftwf.
2020-09-11 22:38:07 +02:00