Commit graph

65953 commits

Author SHA1 Message Date
Pierre Neidhardt b7d974b3fd
gnu: sbcl-cl-sqlite: Update to 0.2.1.
* gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1.
2020-09-02 12:40:13 +02:00
Efraim Flashner d8c71fd91f
gnu: js-filesaver: Also install unminified version.
* gnu/packages/javascript.scm (js-filesaver)[arguments]: Add phase to
install unminified javascript file.
2020-09-02 11:54:00 +03:00
Efraim Flashner efaeb84c19
gnu: xfsprogs: Update to 5.7.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.7.0.
2020-09-02 11:06:44 +03:00
Efraim Flashner 2af2a76247
gnu: osip: Update to 5.1.2.
* gnu/packages/telephony.scm (osip): Update to 5.1.2.
2020-09-02 10:48:38 +03:00
Jan (janneke) Nieuwenhuizen 18a9c16b5e
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>
2020-09-02 07:24:15 +02:00
Vagrant Cascadian 450dcd1aff
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.
2020-09-01 15:33:24 -07:00
Efraim Flashner c7a3926ee4
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.
2020-09-01 23:44:26 +03:00
Efraim Flashner f91270bf0a
gnu: ttfautohint: Don't build static library.
* gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add
configure-flag to not build static library.
2020-09-01 23:39:11 +03:00
Efraim Flashner 0be22e4474
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.
2020-09-01 23:36:52 +03:00
Efraim Flashner 3d494ccd7d
gnu: wireless-regdb: Update to 2020.04.29.
* gnu/packages/linux.scm (wireless-regdb): Update to 2020.04.29.
2020-09-01 23:24:45 +03:00
Efraim Flashner 49db1ef2b0
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.
2020-09-01 23:16:29 +03:00
Efraim Flashner d11948a119
gnu: xf86-video-ati: Update to 19.1.0.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0.
[arguments]: Enable glamor.
2020-09-01 23:11:23 +03:00
Efraim Flashner 008a9217c4
gnu: xf86-video-amdgpu: Update to 19.1.0.
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.1.0.
2020-09-01 23:11:23 +03:00
Alexandru-Sergiu Marton 2da616c939
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>
2020-09-01 15:06:39 -05:00
Michael Rohleder a73ccefe31
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>
2020-09-01 21:25:52 +02:00
Martin Becze 08a8872f7f
gnu: Add guile-srfi-180.
* gnu/packages/guile-xyz.scm (guile-srfi-180): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-01 21:22:07 +02:00
Oleg Pykhalov cb8a9970ff
gnu: emacs-helm: Update to 3.6.5.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.5.
2020-09-01 22:05:25 +03:00
Arun Isaac 4546c0dd2f
import: launchpad: Recognize more URLs.
* guix/import/launchpad.scm (updated-launchpad-url): Recognize more URLs.
2020-09-01 22:45:16 +05:30
Arun Isaac 4322561243
import: launchpad: Recognize the .orig.tar.gz extension.
* guix/import/launchpad.scm (find-extension): Recognize the .orig.tar.gz
extension.
2020-09-01 22:45:16 +05:30
Arun Isaac 8b9b5a7f58
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.
2020-09-01 22:45:02 +05:30
Tobias Geerinckx-Rice ce04a92f78
gnu: kakoune: Update to 2020.09.01.
* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01.
2020-09-01 18:36:59 +02:00
Tobias Geerinckx-Rice 2c6b6d7991
gnu: libopenmpt: Remove 5.1-MiB static library.
* gnu/packages/audio.scm (libopenmpt)[arguments]: Add a
‘delete-static-libraries’ phase.
2020-09-01 18:36:59 +02:00
Tobias Geerinckx-Rice 2933e4d465
gnu: libopenmpt: Remove duplicate LICENSE file.
* gnu/packages/audio.scm (libopenmpt)[arguments]: Set the default
‘--docdir’ in #:configure-flags.
2020-09-01 18:36:59 +02:00
Tobias Geerinckx-Rice 8ac4c3c1ba
gnu: libopenmpt: Update to 0.5.2.
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.2.
2020-09-01 18:36:58 +02:00
Alexey Abramov 3fc0f87795
gnu: Add dovecot-pigeonhole.
* gnu/packages/mail.scm (dovecot-pigeonhole): New public variable.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-09-01 18:36:58 +02:00
Tobias Geerinckx-Rice 62035656ca
gnu: Add opensmtpd-filter-dkimsign.
* gnu/packages/mail.scm (libopensmtpd): New variable.
opensmtpd-filter-dkimsign): New public variable.
2020-09-01 18:36:58 +02:00
Pierre Neidhardt f5ca844fc1
gnu: Add caveman.
* gnu/packages/lisp-xyz.scm (cl-caveman, ecl-caveman, sbcl-caveman): New variables.
2020-09-01 18:26:08 +02:00
Pierre Neidhardt bc1f552b1a
gnu: Add cl-project.
* gnu/packages/lisp-xyz.scm (cl-project, ecl-cl-project, sbcl-cl-project): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt d2c9f34929
gnu: Add cl-emb.
* gnu/packages/lisp-xyz.scm (cl-emb, ecl-emb, sbcl-emb): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt 56aeb1a40a
gnu: Add do-urlencode.
* gnu/packages/lisp-xyz.scm (cl-do-urlencode, ecl-do-urlencode,
sbcl-do-urlencode): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt 69006b0c90
gnu: Add datafly.
* gnu/packages/lisp-xyz.scm (cl-datafly, ecl-datafly, sbcl-datafly): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt 0bca68d9a3
gnu: Add kebab.
* gnu/packages/lisp-xyz.scm (cl-kebab, ecl-kebab, sbcl-kebab): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt f5e31b1d35
gnu: Add mito.
* gnu/packages/lisp-xyz.scm (cl-mito, sbcl-mito): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt 257cf3e7db
gnu: Add ecl-cl-postgres.
* gnu/packages/lisp-xyz.scm (ecl-cl-postgres): New variable.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt 588a4492eb
gnu: Add ecl-md5.
* gnu/packages/lisp-xyz.scm (ecl-md5): New variable.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt bfa784620e
gnu: Add envy.
* gnu/packages/lisp-xyz.scm (cl-envy, ecl-envy, sbcl-envy): New variables.
2020-09-01 16:53:28 +02:00
Efraim Flashner 6bf5f207f1
gnu: manuskript: Use make-deskop-entry-file.
* gnu/packages/text-editors.scm (manuskript)[arguments]: Adjust custom
'install phase to use make-desktop-entry-file.
2020-09-01 17:12:30 +03:00
Jan (janneke) Nieuwenhuizen 01cefb7a57
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.
2020-09-01 16:06:38 +02:00
Jan (janneke) Nieuwenhuizen ec32d4f291
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.
2020-09-01 16:06:38 +02:00
Prafulla Giri 73c81ae0f1
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>
2020-09-01 16:54:26 +03:00
Mason Hock 7cb3e9c30c
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>
2020-09-01 16:44:57 +03:00
Tobias Geerinckx-Rice 896ad27679
gnu: knot: Update to 2.9.6.
* gnu/packages/dns.scm (knot): Update to 2.9.6.
2020-09-01 15:09:21 +02:00
Tobias Geerinckx-Rice 74541d4911
gnu: xtl: Update to 0.6.17.
* gnu/packages/cpp.scm (xtl): Update to 0.6.17.
2020-09-01 15:09:21 +02:00
Efraim Flashner 92c83efc94
gnu: enlightenment-wayland: Deprecate package.
* gnu/packages/enlightenment.scm (enlightenment-wayland): Deprecate
package in favor of enlightenment.
2020-09-01 15:46:54 +03:00
Efraim Flashner f911b27918
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.
2020-09-01 15:46:53 +03:00
Efraim Flashner 04b5fb9262
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.
2020-09-01 15:46:53 +03:00
Efraim Flashner e8ae96ae61
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.
2020-09-01 15:46:53 +03:00
Efraim Flashner b27786d130
gnu: enlightenment.scm: Remove unneeded module import.
* gnu/packages/enlightenment.scm: Remove unneeded module import.
2020-09-01 15:46:53 +03:00
Andreas Enge 42ed53173e
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.
2020-09-01 13:27:42 +02:00
Maxim Cournoyer 6d6e74ea98
Revert "system: image: Do not offload image files."
This reverts commit 6a9581741e, which is
obsoleted by the previous commit.
2020-09-01 00:48:59 -04:00