Commit graph

77988 commits

Author SHA1 Message Date
BonfaceKilz f8a4724c10
gnu: Add python-sqlalchemy-stubs.
* gnu/packages/databases.scm (python-sqlalchemy-stubs): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-05-12 16:12:24 +05:30
Christopher Baines 34985fb6ae
channels: Add a #:system argument to channel-instances->manifest.
This allows computing a manifest for a specific system. Previously this was
possible, but only through changing %current-system, which caused the
derivation to be computed using that system as well (so computing a derivation
for aarch64-linux on x86_64-linux would require running aarch64-linux code).

This new argument adds the possibility of computing derivations for non-native
systems, without having to run non-native code.

I'm looking at this as it will enable the Guix Data Service to compute channel
instance derivations without relying on QEMU emulation for non-native
systems (it should be faster as well).

* guix/channels.scm (build-from-source): Add #:system argument and pass to
build.
(build-channel-instance): Add system argument and pass to build-from-source.
(channel-instance-derivations): Add #:system argument and pass to
build-channel-instance, also rename system to current-system-value.
(channel-instances->manifest): Add #:system argument and pass to
channel-instance-derivations.
2021-05-12 08:34:07 +01:00
Maxim Cournoyer b7cbca221f
Merge branch 'version-1.3.0' 2021-05-11 22:42:59 -04:00
Raghav Gururajan c80627731b
gnu: Add remmina.
* gnu/packages/vnc.scm (remmina): New variable.
2021-05-11 18:24:48 -04:00
Raghav Gururajan 8f9fdd31bd
gnu: Add giara.
* gnu/packages/syndication.scm (giara): New variable.
* gnu/packages/patches/giara-fix-login.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-05-11 18:07:09 -04:00
Maxim Cournoyer fb5d04d363
gnu: guix: Update to 771b866. 2021-05-11 16:27:17 -04:00
Greg Hogan 7e863ecd3c
gnu: python-networkx: Update to 2.5.1.
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-05-11 15:54:32 -04:00
Maxim Cournoyer 771b866c55
gnu: guix: Update to 1.3.0. 2021-05-11 14:15:04 -04:00
Z572 bb29c26572
gnu: emacs-rime: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-rime):[arguments]: Use #:include rather
than #:phases to add librime-emacs.so.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-05-11 19:30:31 +02:00
raid5atemyhomework a3df382525
gnu: Allow services to install kernel-loadable modules.
* gnu/system.scm (operating-system-directory-base-entries): Remove code
to handle generation of "kernel" for linux-libre kernels.
(operating-system-default-essential-services): Instantiate
linux-builder-service-type.
(package-for-kernel): Move ...
* gnu/services.scm: ... to here.
(linux-builder-service-type): New variable.
(linux-builder-configuration): New type.
(linux-loadable-module-service-type): New variable.
* gnu/tests/linux-modules.scm (run-loadable-kernel-modules-test): Move
code to ...
(run-loadable-kernel-modules-test-base): ... new procedure here.
(run-loadable-kernel-modules-service-test): New procedure.
(%test-loadable-kernel-modules-service-0): New variable.
(%test-loadable-kernel-modules-service-1): New variable.
(%test-loadable-kernel-modules-service-2): New variable.
* doc/guix.texi: Document linux-loadable-module-service-type.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-05-11 16:13:48 +02:00
Maxim Cournoyer a0178d34f5
nls: Update translations. 2021-05-11 09:17:00 -04:00
Efraim Flashner bddad00bff
gnu: Add ruby-yaml-lint.
* gnu/packages/ruby.scm (ruby-yaml-lint): New variable.
2021-05-11 13:51:40 +03:00
Efraim Flashner ee559bca27
gnu: Add ruby-hkdf.
* gnu/packages/ruby.scm (ruby-hkdf): New variable.
2021-05-11 13:51:40 +03:00
Greg Hogan e54d188955
gnu: python-pycurl: Migrate uri from bintray.
* gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-11 12:49:54 +02:00
Greg Hogan 74f83a1dee
gnu: boost: Migrate uri from bintray.
* gnu/packages/boost.scm (boost)[source]: Download from jfrog.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-11 12:49:53 +02:00
Ludovic Courtès da28efef36
ssh: Fix type that broke offloading.
Reported by Simon Streit <simon@netpanic.org>.
Regression introduced in 3270308eeb.

* guix/ssh.scm (remote-daemon-channel)[redirect]: Unquote SOCKET-NAME.
2021-05-11 12:49:53 +02:00
Sharlatan Hellseher a232a40b00
gnu: Add cl-trivial-main-thread.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-main-thread,
  ecl-trivial-main-thread, cl-trivial-main-thread): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-11 10:15:38 +02:00
Sharlatan Hellseher 4a1fd4a537
gnu: Add cl-simple-tasks.
* gnu/packages/lisp-xyz.scm (sbcl-simple-tasks, ecl-simple-tasks,
  cl-simple-tasks): New packages.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-11 10:06:53 +02:00
Sharlatan Hellseher a2aa8ac551
gnu: Add cl-glsl-toolkit.
* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit, ecl-glsl-toolkit,
  cl-glsl-toolkit): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-11 10:01:44 +02:00
Sharlatan Hellseher df07ecbac6
gnu: Add cl-messagebox.
* gnu/packages/lisp-xyz.scm (sbcl-messagebox, ecl-messagebox,
  cl-messagebox): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-11 09:39:56 +02:00
Maxim Cournoyer 21fcced608
nls: Update translations. 2021-05-10 22:34:43 -04:00
Maxim Cournoyer abff6f0fac
.gitignore: Ignore .mo files.
* .gitignore: Ignore files matching the *.mo pattern.
2021-05-10 22:33:08 -04:00
Maxim Cournoyer 63d26e81ee
nls: New nl and oc translations for the 'packages' component.
* po/packages/nl.po: New file.
* po/packages/oc.po: Likewise.
* po/packages/LINGUAS: Register them.
2021-05-10 22:27:53 -04:00
Maxim Cournoyer b507a0e38c
nls: New oc and si translations for the 'guix' component.
* po/guix/oc.po: New file.
* po/guix/si.po: Likewise.
* po/guix/LINGUAS: Register them.
2021-05-10 22:25:36 -04:00
Maxim Cournoyer 80dc6ad4a8
Update NEWS. 2021-05-10 13:48:30 -04:00
Maxim Cournoyer ed2d4d52dd
maint: update-NEWS: Sort packages prior writing to the data file.
* build-aux/update-NEWS.scm (main): Sort packages.
2021-05-10 13:48:02 -04:00
Leo Famulari 7418a20074
Update NEWS. 2021-05-10 11:21:02 -04:00
Efraim Flashner 87b4b0e438
gnu: tor: Update to 0.4.5.8.
* gnu/packages/tor.scm (tor): Update to 0.4.5.8.
2021-05-10 18:20:15 +03:00
Maxim Cournoyer 945ad48cd8
system: vm-image.tmpl: Add a crutch to allow refreshing the resolution.
Inspired by
1270b2e209.
The price to pay is about 5% of a CPU core usage in the guest in the worst
scenario.

* gnu/system/examples/vm-image.tmpl
(auto-update-resolution-crutch): New mcron job.
[services]: Extend the mcron-service with it.
2021-05-10 10:18:19 -04:00
Philip McGrath b12bb7d297
gnu: racket: Update to 8.1.
* gnu/packages/racket.scm (racket-minimal): Update to 8.1.
[arguments](#:phases): Remove 'patch-chez-configure: fixes applied upstream.
(racket): Update to 8.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-05-10 15:51:48 +03:00
Zelphir Kaltstahl 767c3df815
gnu: Add guile-fslib.
* gnu/packages/guile-xyz.scm (guile-fslib): New variable.
2021-05-10 12:09:40 +02:00
Ludovic Courtès 3a0fcaa0fe
Update NEWS. 2021-05-10 11:42:03 +02:00
Roel Janssen ce3d05cc08
guix: scripts system: Increase the size for generating Docker container images.
* guix/scripts/system.scm: Override the default of 256.
2021-05-10 09:43:12 +02:00
Trevor Hass b5a33d4ad6
gnu: passwordsafe: Update to 5.0.
* gnu/packages/gnome.scm (passwordsafe): Update to 5.0.
[inputs]: Replace libhandy-0.0 with libhandy.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-05-10 10:14:10 +03:00
Efraim Flashner 9a11f2380f
gnu: chess: Update to 6.2.8.
* gnu/packages/games.scm (chess): Update to 6.2.8.
2021-05-10 09:32:06 +03:00
Efraim Flashner d8c1413a53
gnu: icecat: Validate runpath.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Adjust custom
'configure phase to set LDFLAGS. Don't skip validating the runpath.
2021-05-10 09:21:56 +03:00
Kei Kebreau a77340e1cd
gnu: retux: Update to 1.5.
* gnu/packages/games.scm (retux): Update to 1.5.
[source]: Download zip archive since a stable tar archive is unavailable.
[native-inputs]: Add unzip.
2021-05-09 19:14:04 -04:00
Kei Kebreau ff9c881ffe
gnu: python-sge: Update to 2.0.post0.
* gnu/packages/game-development.scm (python-sge): Update to 2.0.post0.
2021-05-09 18:50:11 -04:00
Ludovic Courtès 8a154c2915
describe: Gracefully handle profiles that lack provenance info.
Fixes <https://bugs.gnu.org/48313>.

Previously, 'current-channels' would return the empty list when
'current-profile' is true but the profile lacks provenance info.

* guix/describe.scm (current-channels)[build-time-metadata]: New
procedure.  Call it when 'manifest-entry-channel' returns #f for all of
ENTRIES.
* guix/scripts/describe.scm (guix-describe): When PROFILE is true, pass
third argument to 'display-profile-info'.
2021-05-09 23:46:46 +02:00
Ludovic Courtès 9562a2eb61
diagnostics, ui: Adjust to 'read-error' and 'syntax-error' in Guile 3.0.6.
* guix/diagnostics.scm (source-properties->location): Add clause for
vectors.
* guix/ui.scm (report-load-error): Tweak 'read-error' handling for 3.0.6.
* tests/guix-package.sh: Relax regexp for the "unbound variable"
diagnostic check.
* tests/guix-system.sh: Adjust "missing closing paren" check for 3.0.6.
* tests/records.scm (location-alist): New procedure.
("define-record-type* & wrong field specifier")
("define-record-type* & wrong field specifier, identifier")
("define-record-type* & duplicate initializers"): Use it.
2021-05-09 23:45:36 +02:00
Nicolas Goaziou 80c091e911
gnu: python-pikepdf: Update to 2.12.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.0.
2021-05-09 21:55:38 +02:00
Nicolas Goaziou eecdce3a37
gnu: emacs-pyim: Update to 3.7.4.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.4.
2021-05-09 21:54:27 +02:00
Nicolas Goaziou 0623de06fb
gnu: img2pdf: Update to 0.4.1.
* gnu/packages/pdf.scm (img2pdf): Update to 0.4.1.
2021-05-09 21:53:12 +02:00
Leo Famulari 069399ee9d
gnu: certbot, python-acme: Update to 1.15.0.
* gnu/packages/tls.scm (python-acme, certbot): Update to 1.15.0.
2021-05-09 12:44:27 -04:00
Leo Famulari 0f2b5f7f73
gnu: ExifTool: Fix CVE-2021-22204
* gnu/packages/patches/perl-image-exiftool-CVE-2021-22204.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/photo.scm (perl-image-exiftool)[source]: Use it.
2021-05-09 10:42:18 -04:00
Michael Rohleder f661e6883e
gnu: xfce4-panel: Update to 4.16.3.
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-09 15:52:18 +02:00
Michael Rohleder a4b4331de0
gnu: thunar: Update to 4.16.8.
* gnu/packages/xfce.scm (thunar): Update to 4.16.8.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-09 15:52:17 +02:00
Alexandr Vityazev 2ba311f6c9
gnu: Add emacs-multitran.
gnu/packages/emacs-xyz.scm (emacs-multitran): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-05-09 16:32:33 +05:30
Jonathan Brielmaier 7e93c09f17
gnu: icedove: Update to 78.10.1.
* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.1.
2021-05-09 12:16:46 +02:00
Nicolas Goaziou abf3f8d04e
gnu: emacs-clojure-mode: Update to 5.13.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.13.0.
[arguments]<#:phases>: Remove fix, now applied upstream.
2021-05-09 10:01:08 +02:00