jackhill/guix/guix.git
3 years agognu: noisetorch: Update to 0.7.2-beta.
Michael Rohleder [Wed, 2 Sep 2020 17:33:18 +0000 (19:33 +0200)]
gnu: noisetorch: Update to 0.7.2-beta.

* gnu/packages/pulseaudio.scm (noisetorch): Update to 0.7.2-beta.
[arguments]: Add phase 'disable-update-check.go.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: guix: Update to 44c6e6f.
Ludovic Courtès [Wed, 2 Sep 2020 22:02:19 +0000 (00:02 +0200)]
gnu: guix: Update to 44c6e6f.

* gnu/packages/package-management.scm (guix): Update to 44c6e6f.

3 years agognu: xmonad: Add patch to support dynamic linking.
Timothy Sample [Wed, 2 Sep 2020 22:05:36 +0000 (18:05 -0400)]
gnu: xmonad: Add patch to support dynamic linking.

Fixes <https://bugs.gnu.org/43131>.

* gnu/packages/patches/xmonad-dynamic-linking.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/wm.scm (xmonad)[source]: Use it.

3 years agoandroid-repo-download: Use parallel-job-count instead of hard-coding job
Danny Milosavljevic [Wed, 2 Sep 2020 22:06:00 +0000 (00:06 +0200)]
android-repo-download: Use parallel-job-count instead of hard-coding job
count.

* guix/build/android-repo.scm (android-repo-fetch): Use parallel-job-count
instead of hard-coding job count.

3 years agoandroid-repo-download: Clean up typos; remove unused imports.
Danny Milosavljevic [Wed, 2 Sep 2020 18:56:29 +0000 (20:56 +0200)]
android-repo-download: Clean up typos; remove unused imports.

Follow-up to 3feb846420f24ef1c8b3fe310d293c7a2c91e1d4.

* guix/android-repo-download.scm (android-repo-fetch): Fix docstring.

3 years agossh: Fix progress bar crash when there are zero items to send.
Ludovic Courtès [Wed, 2 Sep 2020 21:58:34 +0000 (23:58 +0200)]
ssh: Fix progress bar crash when there are zero items to send.

* guix/ssh.scm (notify-transfer-progress): Do nothing when TOTAL is
zero.

3 years agossh: Fix regression in 'send-files'.
Ludovic Courtès [Wed, 2 Sep 2020 21:55:20 +0000 (23:55 +0200)]
ssh: Fix regression in 'send-files'.

Regression introduced in b03267df6d5ec44e9617b6aab0df14a2e79f822e.
The (take files 20) is a leftover from testing session.

* guix/ssh.scm (send-files): Fix value for 'missing'.

3 years agognu: sbcl: Update to 2.0.8.
Pierre Neidhardt [Wed, 2 Sep 2020 21:40:23 +0000 (23:40 +0200)]
gnu: sbcl: Update to 2.0.8.

* gnu/packages/lisp.scm (sbcl): Update to 2.0.8.

3 years agognu: ogre: Update to 1.12.6.
Tobias Geerinckx-Rice [Wed, 2 Sep 2020 13:41:25 +0000 (15:41 +0200)]
gnu: ogre: Update to 1.12.6.

* gnu/packages/graphics.scm (ogre): Update to 1.12.6.

3 years agognu: perl-pdf-api2: Update to 2.038.
Tobias Geerinckx-Rice [Wed, 2 Sep 2020 13:28:21 +0000 (15:28 +0200)]
gnu: perl-pdf-api2: Update to 2.038.

* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038.

3 years agognu: perl-hash-merge: Update to 0.302.
Tobias Geerinckx-Rice [Wed, 2 Sep 2020 13:28:13 +0000 (15:28 +0200)]
gnu: perl-hash-merge: Update to 0.302.

* gnu/packages/perl.scm (perl-hash-merge): Update to 0.302.

3 years agognu: perl-hash-merge: Run more tests.
Tobias Geerinckx-Rice [Wed, 2 Sep 2020 13:16:04 +0000 (15:16 +0200)]
gnu: perl-hash-merge: Run more tests.

* gnu/packages/perl.scm (perl-hash-merge)[native-inputs]: Add perl-clone
and perl-clone-pp.

3 years agognu: Add sieve-connect.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 23:41:18 +0000 (01:41 +0200)]
gnu: Add sieve-connect.

* gnu/packages/mail.scm (sieve-connect): New public variable.

3 years agognu: hedgewars: Fix build with shared libraries.
Timothy Sample [Wed, 2 Sep 2020 17:44:12 +0000 (13:44 -0400)]
gnu: hedgewars: Fix build with shared libraries.

Fixes: <https://bugs.gnu.org/43112>.

* gnu/packages/games.scm (hedgewars)[arguments]: Set "haskell_flags"
in #:configure-flags to enable dynamic linking.

3 years agognu: rust-aho-corasick-0.6: Don't skip build.
Efraim Flashner [Wed, 2 Sep 2020 17:14:45 +0000 (20:14 +0300)]
gnu: rust-aho-corasick-0.6: Don't skip build.

* gnu/packages/crates-io.scm (rust-aho-corasick-0.6)[arguments]: Don't
skip build.

3 years agognu: guix: Update to 2056226.
Ludovic Courtès [Wed, 2 Sep 2020 15:53:24 +0000 (17:53 +0200)]
gnu: guix: Update to 2056226.

* gnu/packages/package-management.scm (guix): Update to 2056226.

3 years agognu: Add knockd.
Hendursaga [Mon, 31 Aug 2020 21:22:54 +0000 (21:22 +0000)]
gnu: Add knockd.

* gnu/packages/networking.scm (knockd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: emacs-calibredb: Update to 2.6.0.
Michael Rohleder [Tue, 1 Sep 2020 08:57:24 +0000 (10:57 +0200)]
gnu: emacs-calibredb: Update to 2.6.0.

* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0.
[propagated-inputs]: removed emacs-org, because it's optional now.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add xlsxio
Edouard Klein [Fri, 19 Jun 2020 13:36:00 +0000 (15:36 +0200)]
gnu: Add xlsxio

* gnu/packages/xml.scm: (xlsxio): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add gerbil
Edouard Klein [Fri, 19 Jun 2020 13:35:29 +0000 (15:35 +0200)]
gnu: Add gerbil

* gnu/packages/scheme.scm: (gerbil): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add emacs-next.
Morgan Smith [Tue, 1 Sep 2020 03:35:41 +0000 (23:35 -0400)]
gnu: Add emacs-next.

* gnu/packages/emacs.scm (emacs-next): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site'
Martin Becze [Thu, 20 Aug 2020 17:39:50 +0000 (12:39 -0500)]
gnu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site'

* gnu/packages/chez.scm (chez-make-flags): Add 'chezversion'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agoui: Attempt to fall back to "en_US.utf8" rather than "C".
Ludovic Courtès [Wed, 2 Sep 2020 13:59:09 +0000 (15:59 +0200)]
ui: Attempt to fall back to "en_US.utf8" rather than "C".

* guix/ui.scm (install-locale): Add call to 'setlocale' in 'catch' handler.

3 years agostore: 'set-build-options' sends LC_MESSAGES, not LC_ALL.
Ludovic Courtès [Wed, 2 Sep 2020 13:56:47 +0000 (15:56 +0200)]
store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.

* guix/store.scm (set-build-options): Change #:locale default value
to (setlocale LC_MESSAGES).

3 years agosubstitute: Set LC_MESSAGES to the client's locale, not LC_ALL.
Ludovic Courtès [Wed, 2 Sep 2020 13:53:06 +0000 (15:53 +0200)]
substitute: Set LC_MESSAGES to the client's locale, not LC_ALL.

Fixes <https://bugs.gnu.org/43039>.
Reported by Adam Griffiths <adam.lw.griffiths@gmail.com>.

Previously, a client could lead 'guix substitute' to run in a non-UTF-8
locale, such as the "C" locale.  Consequently, 'guix substitute' would
now fail to decode UTF-8 file names such as those that appear in the
'nss-certs' package.

* guix/scripts/substitute.scm (guix-substitute): Set LC_MESSAGES, not LC_ALL.

3 years agoinstaller: Run the installation inside a container.
Mathieu Othacehe [Thu, 13 Aug 2020 12:16:12 +0000 (14:16 +0200)]
installer: Run the installation inside a container.

When the store overlay is mounted, other processes such as kmscon, udev
and guix-daemon may open files from the store, preventing the
underlying install support from being umounted. See:
https://lists.gnu.org/archive/html/guix-devel/2018-12/msg00161.html.

To avoid this situation, mount the store overlay inside a container,
and run the installation from within that container.

* gnu/build/shepherd.scm (fork+exec-command/container): New procedure.
* gnu/services/base.scm (guix-shepherd-service): Support an optional PID
argument passed to the "start" method. If that argument is passed, ensure that
guix-daemon enters the given PID MNT namespace by using
fork+exec-command/container procedure.
* gnu/installer/final.scm (umount-cow-store): Remove it,
(install-system): run the installation from within a container.
* gnu/installer/newt/final.scm (run-install-shell): Remove the display hack.

3 years agolinux-container: Do not jail the container unconditionally.
Mathieu Othacehe [Thu, 13 Aug 2020 11:59:19 +0000 (13:59 +0200)]
linux-container: Do not jail the container unconditionally.

We may want to run a container inside the MNT namespace, without jailing the
container. If RUN-CONTAINER is passed a null MOUNTS list, do not jail the
container.

* gnu/build/linux-container.scm (run-container): Do not call
MOUNT-FILE-SYSTEMS if MOUNTS list is empty.

3 years agoinstall: Factorize cow-store procedure.
Mathieu Othacehe [Wed, 12 Aug 2020 10:16:24 +0000 (12:16 +0200)]
install: Factorize cow-store procedure.

Move the cow-store procedure from the service declaration in (gnu system
install) to (gnu build install), so that it can be called from within a
different context than Shepherd.

* gnu/build/install.scm (mount-cow-store, unmount-cow-store): New procedures.
* gnu/system/install.scm (make-cow-store): Remove it,
(cow-store-service-type): adapt it accordingly.

3 years agognu: nyxt: Update to 2-pre-release-1.
Pierre Neidhardt [Wed, 2 Sep 2020 13:11:56 +0000 (15:11 +0200)]
gnu: nyxt: Update to 2-pre-release-1.

* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-1.

3 years agoAdd (guix android-repo-download).
Danny Milosavljevic [Thu, 30 Jul 2020 15:00:45 +0000 (17:00 +0200)]
Add (guix android-repo-download).

* guix/build/android-repo.scm: New file.
* guix/android-repo-download.scm: New file.
* Makefile.am (MODULES): Add them.

3 years agognu: Add sbcl-clack-handler-hunchentoot.
Pierre Neidhardt [Wed, 2 Sep 2020 10:39:37 +0000 (12:39 +0200)]
gnu: Add sbcl-clack-handler-hunchentoot.

* gnu/packages/lisp-xyz.scm (sbcl-clack-handler-hunchentoot): New variable.

3 years agognu: Add clack-handler-fcgi.
Pierre Neidhardt [Wed, 2 Sep 2020 08:04:53 +0000 (10:04 +0200)]
gnu: Add clack-handler-fcgi.

* gnu/packages/lisp-xyz.scm (cl-clack-handler-fcgi, sbcl-clack-handler-fcgi):
New variables.
(sbcl-clack): Extract revision and commit so that they can be factored with
sbcl-clack-handler-fcgi.

3 years agognu: Add cl-fastcgi.
Pierre Neidhardt [Wed, 2 Sep 2020 07:55:39 +0000 (09:55 +0200)]
gnu: Add cl-fastcgi.

* gnu/packages/lisp-xyz.scm (cl-fastcgi, ecl-fastcgi, sbcl-fastcgi): New variables.

3 years agognu: sbcl-mito: Remove spurious comment.
Pierre Neidhardt [Tue, 1 Sep 2020 16:52:57 +0000 (18:52 +0200)]
gnu: sbcl-mito: Remove spurious comment.

* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment,
this test is already removed a few lines below.

3 years agognu: sbcl-dbi: Update to 20200518.
Pierre Neidhardt [Tue, 1 Sep 2020 16:51:47 +0000 (18:51 +0200)]
gnu: sbcl-dbi: Update to 20200518.

* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 20200518.

3 years agognu: sbcl-cl-sqlite: Update to 0.2.1.
Pierre Neidhardt [Tue, 1 Sep 2020 16:51:17 +0000 (18:51 +0200)]
gnu: sbcl-cl-sqlite: Update to 0.2.1.

* gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1.

3 years agognu: js-filesaver: Also install unminified version.
Efraim Flashner [Wed, 2 Sep 2020 08:54:00 +0000 (11:54 +0300)]
gnu: js-filesaver: Also install unminified version.

* gnu/packages/javascript.scm (js-filesaver)[arguments]: Add phase to
install unminified javascript file.

3 years agognu: xfsprogs: Update to 5.7.0.
Efraim Flashner [Wed, 2 Sep 2020 08:06:44 +0000 (11:06 +0300)]
gnu: xfsprogs: Update to 5.7.0.

* gnu/packages/linux.scm (xfsprogs): Update to 5.7.0.

3 years agognu: osip: Update to 5.1.2.
Efraim Flashner [Wed, 2 Sep 2020 07:48:38 +0000 (10:48 +0300)]
gnu: osip: Update to 5.1.2.

* gnu/packages/telephony.scm (osip): Update to 5.1.2.

3 years agoservices: childhurd: Always include the secret-service.
Jan (janneke) Nieuwenhuizen [Wed, 2 Sep 2020 05:13:15 +0000 (07:13 +0200)]
services: childhurd: Always include the secret-service.

* gnu/services/virtualization.scm (secret-service-operating-system): New
procedure.
(hurd-vm-disk-image): Use it to ensure a Childhurd always includes the
secret-service.
(%hurd-vm-operating-system): Remove secret-service.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: %default-extra-linux-options: Enable kernel options for elogind service.
Vagrant Cascadian [Thu, 27 Aug 2020 21:47:43 +0000 (14:47 -0700)]
gnu: %default-extra-linux-options: Enable kernel options for elogind service.

Fixes: https://issues.guix.gnu.org/43078

These options are already enabled in the kernel configs included in guix, but
might be missing from variants using a defconfig from the upstream kernel,
such as linux-libre-arm-generic and linux-libre-arm64-generic.

* gnu/packages/linux (%default-extra-linux-options): Enable
  CONFIG_CGROUP_FREEZER, CONFIG_BLK_CGROUP, CONFIG_CGROUP_WRITEBACK,
  CONFIG_CGROUP_SCHED, CONFIG_CGROUP_PIDS, CONFIG_CGROUP_FREEZER,
  CONFIG_CGROUP_DEVICE, CONFIG_CGROUP_CPUACCT, CONFIG_CGROUP_PERF,
  CONFIG_SOCK_CGROUP_DATA, CONFIG_BLK_CGROUP_IOCOST, CONFIG_CGROUP_NET_PRIO,
  CONFIG_CGROUP_NET_CLASSID, CONFIG_MEMCG, CONFIG_MEMCG_SWAP,
  CONFIG_MEMCG_KMEM, CONFIG_CPUSETS and CONFIG_PROC_PID_CPUSET.

3 years agognu: guile-cairo: Update to 1.11.1.
Efraim Flashner [Tue, 1 Sep 2020 20:44:26 +0000 (23:44 +0300)]
gnu: guile-cairo: Update to 1.11.1.

* gnu/packages/gtk.scm (guile-cairo): Update to 1.11.1.
[arguments]: Add make-flag to hide guild warnings.

3 years agognu: ttfautohint: Don't build static library.
Efraim Flashner [Tue, 1 Sep 2020 20:39:11 +0000 (23:39 +0300)]
gnu: ttfautohint: Don't build static library.

* gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add
configure-flag to not build static library.

3 years agognu: ttfautohint: Update to 1.8.3.
Efraim Flashner [Tue, 1 Sep 2020 20:36:52 +0000 (23:36 +0300)]
gnu: ttfautohint: Update to 1.8.3.

* gnu/packages/fontutils.scm (ttfautohint): Update to 1.8.3.
[source]: Remove patch.
* gnu/packages/patches/ttfautohint-source-date-epoch.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

3 years agognu: wireless-regdb: Update to 2020.04.29.
Efraim Flashner [Tue, 1 Sep 2020 20:24:45 +0000 (23:24 +0300)]
gnu: wireless-regdb: Update to 2020.04.29.

* gnu/packages/linux.scm (wireless-regdb): Update to 2020.04.29.

3 years agognu: xf86-video-sis: Update to 0.12.0.
Efraim Flashner [Tue, 1 Sep 2020 20:16:29 +0000 (23:16 +0300)]
gnu: xf86-video-sis: Update to 0.12.0.

* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.12.0.
[source]: Remove patch.
* gnu/packages/patches/xf86-video-sis-xorg-compat.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

3 years agognu: xf86-video-ati: Update to 19.1.0.
Efraim Flashner [Tue, 1 Sep 2020 20:08:36 +0000 (23:08 +0300)]
gnu: xf86-video-ati: Update to 19.1.0.

* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0.
[arguments]: Enable glamor.

3 years agognu: xf86-video-amdgpu: Update to 19.1.0.
Efraim Flashner [Tue, 1 Sep 2020 20:01:06 +0000 (23:01 +0300)]
gnu: xf86-video-amdgpu: Update to 19.1.0.

* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.1.0.

3 years agognu: emacs-org-webring: Update to 1.6.
Alexandru-Sergiu Marton [Tue, 1 Sep 2020 21:55:26 +0000 (00:55 +0300)]
gnu: emacs-org-webring: Update to 1.6.

* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.6.

Signed-off-by: Brett Gilio <brettg@gnu.org>
3 years agognu: emacs-elisp-refs: Disable test failing on Emacs 27.1.
Michael Rohleder [Sun, 30 Aug 2020 07:50:25 +0000 (09:50 +0200)]
gnu: emacs-elisp-refs: Disable test failing on Emacs 27.1.

* gnu/packages/emacs-xyz.scm (emacs-elisp-refs)[arguments]:
Add phase to disable failing test "elisp-refs-next-match" on emacs27.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add guile-srfi-180.
Martin Becze [Sun, 30 Aug 2020 18:06:14 +0000 (13:06 -0500)]
gnu: Add guile-srfi-180.

* gnu/packages/guile-xyz.scm (guile-srfi-180): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: emacs-helm: Update to 3.6.5.
Oleg Pykhalov [Tue, 1 Sep 2020 19:04:46 +0000 (22:04 +0300)]
gnu: emacs-helm: Update to 3.6.5.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.5.

3 years agoimport: launchpad: Recognize more URLs.
Arun Isaac [Sat, 4 Jul 2020 18:14:59 +0000 (23:44 +0530)]
import: launchpad: Recognize more URLs.

* guix/import/launchpad.scm (updated-launchpad-url): Recognize more URLs.

3 years agoimport: launchpad: Recognize the .orig.tar.gz extension.
Arun Isaac [Sat, 4 Jul 2020 18:14:04 +0000 (23:44 +0530)]
import: launchpad: Recognize the .orig.tar.gz extension.

* guix/import/launchpad.scm (find-extension): Recognize the .orig.tar.gz
extension.

3 years agoimport: launchpad: Handle list of source URLs correctly.
Arun Isaac [Sat, 4 Jul 2020 18:12:02 +0000 (23:42 +0530)]
import: launchpad: Handle list of source URLs correctly.

* guix/import/launchpad.scm (updated-launchpad-url): Return updated URL when
package has a list of URLs, not the old URL.

3 years agognu: kakoune: Update to 2020.09.01.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 16:31:24 +0000 (18:31 +0200)]
gnu: kakoune: Update to 2020.09.01.

* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01.

3 years agognu: libopenmpt: Remove 5.1-MiB static library.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 16:30:57 +0000 (18:30 +0200)]
gnu: libopenmpt: Remove 5.1-MiB static library.

* gnu/packages/audio.scm (libopenmpt)[arguments]: Add a
‘delete-static-libraries’ phase.

3 years agognu: libopenmpt: Remove duplicate LICENSE file.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 16:18:00 +0000 (18:18 +0200)]
gnu: libopenmpt: Remove duplicate LICENSE file.

* gnu/packages/audio.scm (libopenmpt)[arguments]: Set the default
‘--docdir’ in #:configure-flags.

3 years agognu: libopenmpt: Update to 0.5.2.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 16:02:02 +0000 (18:02 +0200)]
gnu: libopenmpt: Update to 0.5.2.

* gnu/packages/audio.scm (libopenmpt): Update to 0.5.2.

3 years agognu: Add dovecot-pigeonhole.
Alexey Abramov [Mon, 17 Aug 2020 09:31:18 +0000 (11:31 +0200)]
gnu: Add dovecot-pigeonhole.

* gnu/packages/mail.scm (dovecot-pigeonhole): New public variable.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
3 years agognu: Add opensmtpd-filter-dkimsign.
Tobias Geerinckx-Rice [Fri, 28 Aug 2020 02:12:12 +0000 (04:12 +0200)]
gnu: Add opensmtpd-filter-dkimsign.

* gnu/packages/mail.scm (libopensmtpd): New variable.
opensmtpd-filter-dkimsign): New public variable.

3 years agognu: Add caveman.
Pierre Neidhardt [Tue, 1 Sep 2020 14:52:40 +0000 (16:52 +0200)]
gnu: Add caveman.

* gnu/packages/lisp-xyz.scm (cl-caveman, ecl-caveman, sbcl-caveman): New variables.

3 years agognu: Add cl-project.
Pierre Neidhardt [Tue, 1 Sep 2020 14:34:09 +0000 (16:34 +0200)]
gnu: Add cl-project.

* gnu/packages/lisp-xyz.scm (cl-project, ecl-cl-project, sbcl-cl-project): New variables.

3 years agognu: Add cl-emb.
Pierre Neidhardt [Tue, 1 Sep 2020 14:25:16 +0000 (16:25 +0200)]
gnu: Add cl-emb.

* gnu/packages/lisp-xyz.scm (cl-emb, ecl-emb, sbcl-emb): New variables.

3 years agognu: Add do-urlencode.
Pierre Neidhardt [Tue, 1 Sep 2020 14:20:17 +0000 (16:20 +0200)]
gnu: Add do-urlencode.

* gnu/packages/lisp-xyz.scm (cl-do-urlencode, ecl-do-urlencode,
sbcl-do-urlencode): New variables.

3 years agognu: Add datafly.
Pierre Neidhardt [Tue, 1 Sep 2020 14:14:15 +0000 (16:14 +0200)]
gnu: Add datafly.

* gnu/packages/lisp-xyz.scm (cl-datafly, ecl-datafly, sbcl-datafly): New variables.

3 years agognu: Add kebab.
Pierre Neidhardt [Tue, 1 Sep 2020 14:02:16 +0000 (16:02 +0200)]
gnu: Add kebab.

* gnu/packages/lisp-xyz.scm (cl-kebab, ecl-kebab, sbcl-kebab): New variables.

3 years agognu: Add mito.
Pierre Neidhardt [Tue, 1 Sep 2020 11:51:42 +0000 (13:51 +0200)]
gnu: Add mito.

* gnu/packages/lisp-xyz.scm (cl-mito, sbcl-mito): New variables.

3 years agognu: Add ecl-cl-postgres.
Pierre Neidhardt [Tue, 1 Sep 2020 11:50:26 +0000 (13:50 +0200)]
gnu: Add ecl-cl-postgres.

* gnu/packages/lisp-xyz.scm (ecl-cl-postgres): New variable.

3 years agognu: Add ecl-md5.
Pierre Neidhardt [Tue, 1 Sep 2020 11:50:15 +0000 (13:50 +0200)]
gnu: Add ecl-md5.

* gnu/packages/lisp-xyz.scm (ecl-md5): New variable.

3 years agognu: Add envy.
Pierre Neidhardt [Tue, 1 Sep 2020 11:03:26 +0000 (13:03 +0200)]
gnu: Add envy.

* gnu/packages/lisp-xyz.scm (cl-envy, ecl-envy, sbcl-envy): New variables.

3 years agognu: manuskript: Use make-deskop-entry-file.
Efraim Flashner [Tue, 1 Sep 2020 14:12:13 +0000 (17:12 +0300)]
gnu: manuskript: Use make-deskop-entry-file.

* gnu/packages/text-editors.scm (manuskript)[arguments]: Adjust custom
'install phase to use make-desktop-entry-file.

3 years agoservices: childhurd: Support installing secrets from the host.
Jan (janneke) Nieuwenhuizen [Sun, 30 Aug 2020 20:57:14 +0000 (22:57 +0200)]
services: childhurd: Support installing secrets from the host.

* gnu/services/virtualization.scm (%hurd-vm-operating-system): Add
secret-service.
(hurd-vm-shepherd-service): Use it to install secrets.
* doc/guix.texi (The Hurd in a Virtual Machine): Document it.

3 years agoservices: Add secret-service-type.
Jan (janneke) Nieuwenhuizen [Sun, 30 Aug 2020 20:52:56 +0000 (22:52 +0200)]
services: Add secret-service-type.

This adds a "secret-service" that can be added to a Childhurd VM to receive
out-of-band secrets (keys) sent from the host.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu/services/virtualization.scm (secret-service-activation): New procedure.
(secret-service-type): New variable.
* gnu/build/secret-service.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

3 years agognu: childsplay: Fix .desktop file.
Prafulla Giri [Tue, 1 Sep 2020 13:28:20 +0000 (19:13 +0545)]
gnu: childsplay: Fix .desktop file.

* gnu/packages/education.scm (childsplay)[arguments]: In phase
'create-desktop-file, fix Exec to point to out/bin/childsplay.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: gajim-omemo: Update to 2.7.7.
Mason Hock [Thu, 27 Aug 2020 21:00:35 +0000 (14:00 -0700)]
gnu: gajim-omemo: Update to 2.7.7.

* gnu/packages/messaging.scm (gajim-omemo): Update to 2.7.7.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: knot: Update to 2.9.6.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 10:04:58 +0000 (12:04 +0200)]
gnu: knot: Update to 2.9.6.

* gnu/packages/dns.scm (knot): Update to 2.9.6.

3 years agognu: xtl: Update to 0.6.17.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 09:59:02 +0000 (11:59 +0200)]
gnu: xtl: Update to 0.6.17.

* gnu/packages/cpp.scm (xtl): Update to 0.6.17.

3 years agognu: enlightenment-wayland: Deprecate package.
Efraim Flashner [Tue, 1 Sep 2020 12:46:13 +0000 (15:46 +0300)]
gnu: enlightenment-wayland: Deprecate package.

* gnu/packages/enlightenment.scm (enlightenment-wayland): Deprecate
package in favor of enlightenment.

3 years agognu: enlightenment: Build with wayland support.
Efraim Flashner [Tue, 1 Sep 2020 12:45:37 +0000 (15:45 +0300)]
gnu: enlightenment: Build with wayland support.

* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Add
configure-flag to build with wayland support.
[inputs]: Add wayland-protocols, xorg-server-xwayland.

3 years agognu: python-efl: Use regex to delete cythonized files.
Efraim Flashner [Tue, 1 Sep 2020 12:40:03 +0000 (15:40 +0300)]
gnu: python-efl: Use regex to delete cythonized files.

* gnu/packages/enlightenment.scm (python-efl)[source]: Adjust snippet to
delete cythonized files based on a regex pattern.

3 years agognu: enlightenment: Use system eject.
Efraim Flashner [Tue, 1 Sep 2020 12:35:41 +0000 (15:35 +0300)]
gnu: enlightenment: Use system eject.

* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Adjust
'set-system-actions phase to refer to eject in /run/current-system.
[native-inputs]: Remove util-linux.

3 years agognu: enlightenment.scm: Remove unneeded module import.
Efraim Flashner [Tue, 1 Sep 2020 12:11:02 +0000 (15:11 +0300)]
gnu: enlightenment.scm: Remove unneeded module import.

* gnu/packages/enlightenment.scm: Remove unneeded module import.

3 years agognu: gap: Update to 4.11.0.
Andreas Enge [Mon, 31 Aug 2020 18:52:11 +0000 (20:52 +0200)]
gnu: gap: Update to 4.11.0.

* gnu/packages/algebra.scm (gap)[source]: Update to 4.11.0. Identify kept
packages by name prefix, dropping version number comparisons.
[inputs]: Add readline.
[arguments]: Use make targets instead of file copying where possible.

3 years agoRevert "system: image: Do not offload image files."
Maxim Cournoyer [Thu, 27 Aug 2020 04:40:52 +0000 (00:40 -0400)]
Revert "system: image: Do not offload image files."

This reverts commit 6a9581741e4ee81226aeb2f1c997df76670a6aab, which is
obsoleted by the previous commit.

3 years agogexp: computed-file: Prevent mistakenly overriding default option values.
Maxim Cournoyer [Thu, 27 Aug 2020 04:32:49 +0000 (00:32 -0400)]
gexp: computed-file: Prevent mistakenly overriding default option values.

In order to do so, default to an empty options list, and expose options whose
default values are sensitive directly as keyword arguments.

* guix/gexp.scm (computed-file): Extract the LOCAL-BUILD? parameter from the
OPTIONS parameter to make it a stand-alone keyword argument.  Introduce an
OPTIONS* binding which is obtained by combining the LOCAL-BUILD? keyword and
its value with OPTIONS.
* doc/guix.texi (G-Expressions): Adjust doc.

Suggested-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: editorconfig-core-c: Delete static library.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 02:43:34 +0000 (04:43 +0200)]
gnu: editorconfig-core-c: Delete static library.

* gnu/packages/text-editors.scm (editorconfig-core-c)[arguments]: Add a
‘delete-static-library’ phase.

3 years agognu: editorconfig-core-c: Update to 0.12.4.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 02:36:20 +0000 (04:36 +0200)]
gnu: editorconfig-core-c: Update to 0.12.4.

* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.4.

3 years agognu: youtube-viewer: Update to 3.7.8.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 02:31:16 +0000 (04:31 +0200)]
gnu: youtube-viewer: Update to 3.7.8.

* gnu/packages/video.scm (youtube-viewer): Update to 3.7.8.

3 years agognu: libwacom: Update to 1.5.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 02:08:45 +0000 (04:08 +0200)]
gnu: libwacom: Update to 1.5.

* gnu/packages/xdisorg.scm (libwacom): Update to 1.5.

3 years agognu: wgetpaste: Update bpaste URL & regular expressions.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 02:28:05 +0000 (04:28 +0200)]
gnu: wgetpaste: Update bpaste URL & regular expressions.

* gnu/packages/wget.scm (wgetpaste)[source]: Add patch.
* gnu/packages/patches/wgetpaste-update-bpaste.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

3 years agognu: wgetpaste: Update to 2.30.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 01:10:07 +0000 (03:10 +0200)]
gnu: wgetpaste: Update to 2.30.

* gnu/packages/wget.scm (wgetpaste): Update to 2.30.

3 years agognu: wgetpaste: Use HTTPS home page.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 01:09:39 +0000 (03:09 +0200)]
gnu: wgetpaste: Use HTTPS home page.

* gnu/packages/wget.scm (wgetpaste)[source, home-page]: Use HTTPS.

3 years agognu: wgetpaste: Fix historical confusion.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 01:01:33 +0000 (03:01 +0200)]
gnu: wgetpaste: Fix historical confusion.

* gnu/packages/wget.scm (wgetpaste)[arguments]: Fix the reversed
substitution and clarify its purpose.

3 years agognu: uchardet: Update to 0.0.7.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 00:49:02 +0000 (02:49 +0200)]
gnu: uchardet: Update to 0.0.7.

* gnu/packages/freedesktop.scm (uchardet): Update to 0.0.7.

3 years agognu: fetchmail: Update to 6.4.11.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 00:43:50 +0000 (02:43 +0200)]
gnu: fetchmail: Update to 6.4.11.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.11.

3 years agognu: python-jeepney: Update to 0.4.3.
Tobias Geerinckx-Rice [Tue, 1 Sep 2020 00:21:43 +0000 (02:21 +0200)]
gnu: python-jeepney: Update to 0.4.3.

* gnu/packages/python-crypto.scm (python-jeepney): Update to 0.4.3.

3 years agognu: Add emacs-scpaste.
Brett Gilio [Tue, 1 Sep 2020 00:56:25 +0000 (19:56 -0500)]
gnu: Add emacs-scpaste.

* gnu/packages/emacs-xyz.scm (emacs-scpaste): New variable.

3 years agognu: ptpython: Update to 3.0.5.
Tobias Geerinckx-Rice [Mon, 31 Aug 2020 23:14:37 +0000 (01:14 +0200)]
gnu: ptpython: Update to 3.0.5.

The previous version had been broken ever since python-prompt-toolkit
was updated to 3.x.

* gnu/packages/python-xyz.scm (ptpython): Update to 3.0.5.
[propagated-inputs]: Add python-appdirs.  Remove python-docopt.

3 years agognu: python-prompt-toolkit: Update to 3.0.7.
Tobias Geerinckx-Rice [Mon, 31 Aug 2020 23:14:28 +0000 (01:14 +0200)]
gnu: python-prompt-toolkit: Update to 3.0.7.

* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.7.