Commit Graph

64714 Commits

Author SHA1 Message Date
Andrew Whatson fc677fae03
gnu: emacs-flycheck-guile: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-28 00:18:41 +02:00
Tobias Geerinckx-Rice 7b58d009a9
gnu: libtextstyle: Update to 0.21.
* gnu/packages/gettext.scm (libtextstyle): Update to 0.21.
2020-07-27 20:46:19 +02:00
Tobias Geerinckx-Rice 0cd0263180
gnu: rdiff-backup: Update to 2.0.5.
* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.5.
2020-07-27 20:46:19 +02:00
Mathieu Othacehe 4aa7dfe47f
gnu: zlib: Document why "git-fetch" cannot be used.
* gnu/packages/guile.scm (guile-zlib): Explain that using "git-fetch" would
create and endless inclusion loop here.
2020-07-27 18:30:21 +02:00
Mathieu Othacehe 69361e8881
gnu: lzlib: Use url-fetch instead of git-fetch.
* gnu/packages/guile.scm (guile-lzlib)[source]: Use url-fetch instead of
git-fetch.
2020-07-27 15:48:28 +02:00
Mathieu Othacehe 442413912b
gnu: zlib: Use url-fetch instead of git-fetch.
* gnu/packages/guile.scm (guile-zlib)[source]: Use url-fetch instead of
git-fetch.
2020-07-27 15:46:50 +02:00
Mathieu Othacehe e5758aeb0e
gnu: Move guile-zlib and guile-lzlib packages.
* gnu/packages/guile-xyz.scm (guile-zlib, guile-lzlib): Move to ...
* gnu/packages/guile.scm: ... here.
2020-07-27 15:02:33 +02:00
Danny Milosavljevic bc76f8b1f9
upstream: Handle the case where the file name has no extension.
Fixes <https://bugs.gnu.org/42504>.
Reported by Alexandru-Sergiu Marton <brown121407@posteo.ro>.

* guix/upstream.scm (package-update/url-fetch): Handle the case where the
file name has no extension.
2020-07-27 13:35:49 +02:00
Efraim Flashner 069da2433e
gnu: Add python-mastodon-py.
* gnu/packages/mastodon.scm (python-mastodon-py): New variable.
2020-07-27 13:11:37 +03:00
Efraim Flashner ab8c707dd3
gnu: Add python-http-ece.
* gnu/packages/python-web.scm (python-http-ece): New variable.
2020-07-27 13:11:34 +03:00
Ludovic Courtès 1dba0b4557
maint: 'authenticate' runs the user's 'guix git authenticate'.
That way, we no longer run the code we want to authenticate.

* Makefile.am (authenticate): Remove "./pre-inst-env".
2020-07-27 12:06:37 +02:00
Ludovic Courtès e095c73ea0
nls: Update 'fr' translation. 2020-07-27 12:06:37 +02:00
Anders Thuné e4b8feaf5c
gnu: Add xdg-desktop-portal-gtk.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Anders Thuné 911504377f
gnu: Add xdg-desktop-portal.
* gnu/packages/freedesktop.scm (xdg-desktop-portal): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Ludovic Courtès 0c75dc7d0f
gnu: pipewire@0.3: Update to 0.3.7.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.7.
2020-07-27 12:06:36 +02:00
Anders Thuné ef43f74c2b
gnu: Add libportal.
* gnu/packages/freedesktop.scm (libportal): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Anders Thuné d888a9c9f9
gnu: Add pipewire-0.3.
* gnu/packages/linux.scm (pipewire-0.3): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Robin Green 73cb3e103f
services: auditd: Provide default configuration directory.
* gnu/services/auditd.scm (auditd.conf)
(%default-auditd-configuration-directory): New variables.
(<auditd-configuration>): Switch to 'define-record-type*'.
[configuration-directory]: New field.
(auditd-shepherd-service): Honor 'configuration-directory'.  Pass #:pid-file.
(auditd-service-type)[description]: Tweak.
[default-value]: Provide 'configuration-directory'.
* doc/guix.texi (Miscellaneous Services): Update docs to reflect
changes.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27 12:06:36 +02:00
Ludovic Courtès 79501f26ab
services: Add 'unattended-upgrade-service-type'.
* gnu/services/admin.scm (<unattended-upgrade-configuration>): New
record type.
(%unattended-upgrade-log-file): New variable.
(unattended-upgrade-mcron-jobs, unattended-upgrade-log-rotations): New
procedures.
(unattended-upgrade-service-type): New variable.
* doc/guix.texi (Service Reference): Add 'provenance-service-type' anchor.
(Unattended Upgrades): New section.
2020-07-27 12:06:36 +02:00
Ludovic Courtès c20e697ea1
gnu: guile-reader: Switch to Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-reader)[inputs]: Switch to GUILE-3.0.
(guile2.2-reader): New variable.
* gnu/packages/guile-xyz.scm (haunt)[propagated-inputs]: Add GUILE-READER.
(guile2.2-haunt)[propagated-inputs]: Use GUILE2.2-READER.
* gnu/packages/skribilo.scm (skribilo)[propagated-inputs]: Use
GUILE2.2-READER and GUILE2.2-LIB.
2020-07-27 12:06:36 +02:00
Ludovic Courtès a7c69419c2
gnu: guile-reader: Update to 0.6.3.
* gnu/packages/guile-xyz.scm (guile-reader): Update to 0.6.3.
[native-inputs]: Use GPERF instead of GPERF-3.0.
2020-07-27 12:06:35 +02:00
Ludovic Courtès a396dd01bc
machine: ssh: Check for potential system downgrades.
This is a followup to 8e31736b0a.

* guix/scripts/system/reconfigure.scm (check-forward-update): Add
 #:current-channels.  Use it instead of OLD.
* gnu/services.scm (sexp->system-provenance): New procedure.
(system-provenance): Use it.
* gnu/machine/ssh.scm (<machine-ssh-configuration>)[allow-downgrades?]:
New field.
(machine-check-forward-update): New procedure.
(check-deployment-sanity)[assertions]: Call it.
* doc/guix.texi (Invoking guix deploy): Document 'allow-downgrades?'
field.
2020-07-27 12:06:35 +02:00
Ludovic Courtès 9296a2e511
processes: Allow 'less' to properly estimate line length.
Until now, the first few lines in the output of 'guix processes' could
disappear in 'less'.

* guix/ui.scm (call-with-paginated-output-port): Add #:less-options
parameter and honor it.
(with-paginated-output-port): Allow callers to pass #:less-options.
* guix/scripts/processes.scm (guix-processes): Pass #:less-options to
'with-paginated-output-port'.
2020-07-27 12:06:35 +02:00
Nicolas Goaziou 578a1d794b
gnu: qtspell: Add missing module. 2020-07-27 11:59:14 +02:00
Nicolas Goaziou 3844166f1c
gnu: Add qtspell.
* gnu/packages/qt.scm (qtspell): New variable.
2020-07-27 11:57:59 +02:00
Nicolas Goaziou d8b9904e41
gnu: emacs-slime: Update to 2.25.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.25.
2020-07-27 11:28:44 +02:00
Nicolas Goaziou 6de772d9d4
gnu: emacs-magit-popup: Update to 2.13.3.
* gnu/packages/emacs-xyz.scm (emacs-magit-popup): Update to 2.13.3.
2020-07-27 11:26:57 +02:00
Nicolas Goaziou a0a7fdd3d8
gnu: emacs-ebuild-mode: Update to 1.51.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.51.
2020-07-27 11:25:05 +02:00
Nicolas Goaziou 45c4bb10e4
gnu: emacs-company: Update to 0.9.13.
* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.13.
[source]: Use GNU ELPA URL.
[arguments]: Remove section.
2020-07-27 11:22:23 +02:00
Maxim Cournoyer 2bd84c50ff
gnu: plotutils: Fix build on non-x86_64 architectures.
* gnu/packages/patches/plotutils-spline-test.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/plotutils.scm (plotutils)[patches]: Apply it.
2020-07-27 00:02:10 -04:00
Tobias Geerinckx-Rice 94b688925f
gnu: btrfs-progs: Update to 5.7.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.7.
2020-07-27 04:25:30 +02:00
Tobias Geerinckx-Rice 0a76da8480
gnu: s6-rc: Update to 0.5.1.4.
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.4.
2020-07-27 04:25:29 +02:00
Tobias Geerinckx-Rice a4feaef44a
gnu: you-get: Update to 0.4.1456.
* gnu/packages/video.scm (you-get): Update to 0.4.1456.
2020-07-27 04:25:28 +02:00
Tobias Geerinckx-Rice 90881528b3
gnu: youtube-viewer: Update to 3.7.7.
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.7.
2020-07-27 04:25:27 +02:00
Tobias Geerinckx-Rice 92af56501c
gnu: xfce4-timer-plugin: Update to 1.7.1.
* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.1.
2020-07-27 04:25:27 +02:00
Tobias Geerinckx-Rice c6d3654967
gnu: xfce4-whiskermenu-plugin: Update to 2.4.6.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.6.
2020-07-27 04:25:25 +02:00
Tobias Geerinckx-Rice c64f0eea88
gnu: python-jedi: Update to 0.17.2.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.17.2.
[source, arguments]: Remove upstreamed patching.
* gnu/packages/patches/python-jedi-sort-project-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-07-27 04:25:24 +02:00
Tobias Geerinckx-Rice 083bc36215
gnu: python-dbus: Update to 1.2.16.
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.16.
2020-07-27 04:25:23 +02:00
Hendursaga 0eea55967c
gnu: isync: Update to 1.3.2.
* gnu/packages/mail.scm (isync): Update to 1.3.2.
[home-page]: Update home-page.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-07-26 20:09:33 -04:00
Efraim Flashner e951c9f205
gnu: asciidoc: Don't use unstable tarball.
* gnu/packages/documentation.scm (asciidoc)[source]: Download using
git-fetch.
2020-07-26 22:19:12 +03:00
Efraim Flashner 0c6b92d272
gnu: enlightenment: Update to 0.24.2.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.24.2.
2020-07-26 22:08:42 +03:00
Tobias Geerinckx-Rice 15b8b85879
gnu: perl-io-compress: Update to 2.095.
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.095.
2020-07-26 20:45:02 +02:00
Tobias Geerinckx-Rice 4a0a0c7455
gnu: perl-compress-raw-zlib: Update to 2.095.
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.095.
2020-07-26 20:45:02 +02:00
Tobias Geerinckx-Rice 96743f339d
gnu: perl-compress-raw-bzip2: Update to 2.095.
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.095.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice b1953a196a
gnu: perl-compress-bzip2: Update to 2.28.
* gnu/packages/perl-compression.scm (perl-compress-bzip2): Update to 2.28.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice 430ae98d2b
gnu: zam-plugins: Update to 3.13.
* gnu/packages/music.scm (zam-plugins): Update to 3.13.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice 94050eaff8
gnu: libostree: Update to 2020.4.
* gnu/packages/package-management.scm (libostree): Update to 2020.4.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice ae383cdfc6
gnu: jasper: Update to 2.0.17.
* gnu/packages/image.scm (jasper): Update to 2.0.17.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice e6c2c4a022
gnu: libblockdev: Update to 2.24.
* gnu/packages/disk.scm (libblockdev): Update to 2.24.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice 5f39462b6b
gnu: python-psycopg2: Update to 2.8.5.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.5.
2020-07-26 20:45:00 +02:00