Commit graph

71127 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 6cf05d8371
gnu: yadifa: Update to 2.4.1.
* gnu/packages/dns.scm (yadifa): Update to 2.4.1.
2020-12-22 13:09:30 +01:00
Tobias Geerinckx-Rice 56734df957
gnu: ceph: Update to 14.2.16.
* gnu/packages/storage.scm (ceph): Update to 14.2.16.
2020-12-22 13:09:30 +01:00
Tobias Geerinckx-Rice 0ca4778dc2
gnu: samba: Update to 4.13.3.
* gnu/packages/samba.scm (samba): Update to 4.13.3.
2020-12-22 13:09:29 +01:00
Tobias Geerinckx-Rice 9ff57f34dd
gnu: fcft: Update to 2.3.2.
* gnu/packages/fontutils.scm (fcft): Update to 2.3.2.
2020-12-22 13:09:29 +01:00
Jonathan Brielmaier 8bcbbda0c6
gnu: waybar: Fix build.
* gnu/packages/wm.scm (waybar)[inputs]: Replace spdlog with spdlog-1.7.
2020-12-22 12:26:35 +01:00
Jonathan Brielmaier d7d5bca4f8
gnu: Add spdlog@1.7.
Required by waybar.

* gnu/packages/logging.scm (spdlog-1.7): New variable.
2020-12-22 12:25:50 +01:00
Pierre Neidhardt 2e7c2dc8fa
gnu: nyxt: Update to 2-pre-release-5.
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-5.
2020-12-22 11:08:41 +01:00
Sharlatan Hellseher c072887bb0
gnu: Add cl-mustache.
* gnu/packages/lisp-xyz.scm (cl-mustache, ecl-cl-mustache, sbcl-cl-mustache):
  New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-22 10:11:26 +01:00
Leo Famulari b53968abf3
gnu: linux-libre 5.4: Update to 5.4.85.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.85.
(linux-libre-5.4-pristine-source): Update hash.
2020-12-21 22:32:14 -05:00
Leo Famulari f497adbcda
gnu: linux-libre 5.9: Update to 5.9.16.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.16.
(linux-libre-5.9-pristine-source): Update hash.
2020-12-21 22:32:14 -05:00
Leo Famulari 3bb6d84f99
gnu: linux-libre: Update to 5.10.2.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.2.
(linux-libre-5.10-pristine-source): Update hash.
2020-12-21 22:32:06 -05:00
Leo Famulari a83866e4f2
gnu: certbot, python-acme: Update to 1.10.1.
* gnu/packages/tls.scm (certbot, python-acme): Update to 1.10.1.
2020-12-21 20:21:13 -05:00
Vincent Legoll 8bcbad795e
gnu: unbound: Update to 1.13.0.
* gnu/packages/dns.scm (unbound): Update to 1.13.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-21 19:29:53 -05:00
Miguel Ángel Arruga Vivas f00e68ace0
system: Allow separated /boot and encrypted root.
* gnu/bootloader/grub.scm (grub-configuration-file): New parameter
store-crypto-devices.
[crypto-devices]: New helper function.
[builder]: Use crypto-devices.
* gnu/machine/ssh.scm (roll-back-managed-host): Use
boot-parameters-store-crypto-devices to provide its contents to the
bootloader configuration generation process.
* gnu/tests/install.scm (%encrypted-root-not-boot-os,
%encrypted-root-not-boot-os): New os declaration.
(%encrypted-root-not-boot-installation-script): New script, whose contents
were initially taken from %encrypted-root-installation-script.
(%test-encrypted-root-not-boot-os): New test.
* gnu/system.scm (define-module): Export
operating-system-bootoader-crypto-devices and
boot-parameters-store-crypto-devices.
(<boot-parameters>): Add field store-crypto-devices.
(read-boot-parameters): Parse store-crypto-devices field.
[uuid-sexp->uuid]: New helper function extracted from
device-sexp->device.
(operating-system-bootloader-crypto-devices): New function.
(operating-system-bootcfg): Use
operating-system-bootloader-crypto-devices to provide its contents to
the bootloader configuration generation process.
(operating-system-boot-parameters): Add store-crypto-devices to the
generated boot-parameters.
(operating-system-boot-parameters-file): Likewise to the file with
the serialized structure.
* guix/scripts/system.scm (reinstall-bootloader): Use
boot-parameters-store-crypto-devices to provide its contents to the
bootloader configuration generation process.
* tests/boot-parameters.scm (%default-store-crypto-devices): New
variable.
(%grub-boot-parameters, test-read-boot-parameters): Use
%default-store-crypto-devices.
(tests store-crypto-devices): New tests.
2020-12-21 18:41:11 +01:00
Michael Rohleder 0127e683f4
gnu: httpstat: Update to 1.3.0.
* gnu/packages/networking.scm (httpstat): Update to 1.3.0.
[source]: Changed uri from pypi-uri to git-reference.
[arguments]: Add substitution for changed time units of curl.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:36 +01:00
Simon South 0b8c90b65a
gnu: sdcc: Update to 4.0.0.
* gnu/packages/embedded.scm (sdcc): Update to 4.0.0.
[native-inputs]: Add zlib.
[description]: Update to match new version.
* gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new
version.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:36 +01:00
Simon South c11fedf63c
gnu: sdcc: Expand comment regarding GPUTILS and PIC ports.
* gnu/packages/embedded.scm (sdcc)[arguments]: Expand comment to explain why
GPUTILS is not yet available and SDCC's PIC ports are disabled.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:36 +01:00
Simon South c369a90787
gnu: sdcc: Correct name of phase.
* gnu/packages/embedded.scm [arguments]<#:phases>: Rename "patch-makefile"
phase to "patch-makefiles".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:36 +01:00
Simon South 20ba86567a
gnu: sdcc: Revise synopsis and description.
* gnu/packages/embedded.scm (sdcc)[synopsis]: State package's use more
clearly.
[description]: Revise for brevity.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:36 +01:00
Simon South 1fd317de92
gnu: sdcc: Specify complete set of licenses.
* gnu/packages/embedded.scm (sdcc)[license]: Replace with full list of
licenses used by files in the distribution.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:36 +01:00
Simon South c626e281b4
gnu: sdcc: Move to embedded.scm.
* gnu/packages/embedded.scm: Add sdcc from sdcc.scm.
* gnu/packages/electronics.scm: Update #:use-module directive.
* gnu/packages/sdcc.scm: Delete file.
* gnu/local.mk: Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:36 +01:00
Simon South 25b2d83d00
gnu: sdcc: Remove bundled μCsim.
* gnu/packages/sdcc.scm (sdcc)[source]: Extend snippet to remove bundled μCsim
source.
[arguments]<#:configure-flags>: Replace "--enable-ucsim" with
"--disable-ucsim".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:35 +01:00
Simon South 29e91f0a61
gnu: Add μCsim.
* gnu/packages/embedded.scm (ucsim): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:35 +01:00
Leo Prikler f3e0dc63e1
gnu: gnome-builder: Disable jedi plugin.
As pointed out in #45272, it is broken.

* gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add
-Dplugin_jedi=false.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:35 +01:00
Ludovic Courtès 5275512870
tests: Check the effect of '--without-tests' on implicit inputs.
* tests/transformations.scm ("options->transformation, without-tests"):
Ensure TAR has #:tests? #f.
2020-12-21 17:47:35 +01:00
Ludovic Courtès 9608f4003d
tests: Fix malformed JSON.
Guile-JSON 4.3.2 would parse in spite of these typos, but 4.4.1 is
stricter.

* tests/swh.scm (%directory-entries): Add missing comma.
* tests/cve-sample.json: Likewise.
2020-12-21 17:47:35 +01:00
Christopher Baines 5ecc0b17f2
gnu: guix-build-coordinator: Update to 0-11.9128f96.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-11.9128f96.
2020-12-21 15:31:48 +00:00
Maxim Cournoyer 5795f566fa
gnu: Add python-locust.
* gnu/packages/benchmark.scm (python-locust): New variable.
2020-12-20 22:47:05 -05:00
Maxim Cournoyer a5c8aff189
gnu: python-geventhttpclient: Update to 1.4.4.
* gnu/packages/python-web.scm (python-geventhttpclient): Update to 1.4.4.
2020-12-20 22:47:04 -05:00
Maxim Cournoyer 9b0991cb51
gnu: python2-reno: Remove package.
* gnu/packages/openstack.scm (python2-reno): Remove variable.
2020-12-20 22:47:04 -05:00
Maxim Cournoyer fd3d32886c
gnu: python2-oslo.i18n: Remove package.
* gnu/packages/openstack.scm (python2-oslo.i18n): Remove variable.
2020-12-20 22:47:04 -05:00
Maxim Cournoyer 5684d6566a
gnu: python2-geventhttpclient: Remove package.
* gnu/packages/python-web.scm (python2-geventhttpclient): Remove variable.
2020-12-20 22:47:04 -05:00
Maxim Cournoyer ed6da8ac6c
gnu: python-greenlet: Update to 0.4.17.
* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.17.
2020-12-20 22:47:04 -05:00
Maxim Cournoyer dce0939810
gnu: python2-mox3: Remove package.
* gnu/packages/openstack.scm (python2-mox3): Remove variable.
2020-12-20 22:47:03 -05:00
Maxim Cournoyer 95a69453f4
gnu: python2-gdrivefs: Remove package.
* gnu/packages/python-xyz.scm (python2-gdrivefs): Remove variable.
2020-12-20 22:47:03 -05:00
Maxim Cournoyer 575902e903
gnu: python2-graphene: Remove package.
* gnu/packages/python-xyz.scm (python2-graphene): Remove variable.
(python-graphene)[properties]: Remove field.
2020-12-20 22:47:03 -05:00
Maxim Cournoyer 82a5c26544
gnu: python2-pykafka: Remove package.
* gnu/packages/python-xyz.scm (python2-pykafka): Remove variable.
2020-12-20 22:47:03 -05:00
Maxim Cournoyer 7e822d98c3
gnu: python2-pykka: Remove package.
* gnu/packages/python-xyz.scm (python2-pykka): Remove variable.
2020-12-20 22:47:03 -05:00
Maxim Cournoyer 6e6b1571b8
gnu: python2-gevent: Remove package.
* gnu/packages/python-xyz.scm (python2-gevent): Remove variable.
(python-gevent)[properties]: Remove field.
2020-12-20 22:47:02 -05:00
Maxim Cournoyer 48ca8dbabd
gnu: python-gevent: Update to 20.9.0.
* gnu/packages/python-xyz.scm (python-gevent): Update to 20.9.0.
[phases]{adjust-tests}: Cleanup the list of ignored tests.  Many tests relying
on networking can be skipped simply by specifying -unone.
{check}: Specify the -unone option, which deselects tests depending on network
and other special resources.
[home-page]: Use HTTPS.
[description]: Please 'guix lint'.
2020-12-20 22:47:02 -05:00
Maxim Cournoyer d4245cc8f3
gnu: python2-oslo.context: Remove package.
* gnu/packages/openstack.scm (python2-oslo.context): Remove variable.
2020-12-20 22:47:02 -05:00
Maxim Cournoyer 5ee8fcdf67
gnu: python2-openstackdocstheme: Remove package.
* gnu/packages/openstack.scm (python2-openstackdocstheme): Remove variable.
2020-12-20 22:47:02 -05:00
Maxim Cournoyer 01bc200362
gnu: python2-graphql-relay: Remove package.
* gnu/packages/python-xyz.scm (python2-graphql-relay): Remove variable.
2020-12-20 22:47:02 -05:00
Maxim Cournoyer 5662220caa
gnu: python2-gpic: Remove package.
* gnu/packages/python-xyz.scm (python2-gpic): Remove variable.
2020-12-20 22:47:01 -05:00
Maxim Cournoyer 9ce709897e
gnu: bpython2: Remove package.
* gnu/packages/python-xyz.scm (bpython2): Remove variable.
2020-12-20 22:47:01 -05:00
Maxim Cournoyer 0f9cb9b6bd
gnu: python2-eventlet: Remove package.
* gnu/packages/python-xyz.scm (python2-eventlet): Remove variable.
2020-12-20 22:47:01 -05:00
Maxim Cournoyer f3c568d3f1
gnu: python2-pynvim: Remove package.
* gnu/packages/vim.scm (python2-pynvim): Remove variable.
2020-12-20 22:47:01 -05:00
Maxim Cournoyer 2ecdf42b5a
gnu: python2-greenlet: Remove package.
* gnu/packages/python-xyz.scm (python2-greenlet): Remove variable.
2020-12-20 22:47:01 -05:00
Maxim Cournoyer fed863bbc5
gnu: python-werkzeug: Update to 1.0.1.
* gnu/packages/python-web.scm (python-werkzeug): Update to 1.0.1.
[home-page]: Update.
2020-12-20 22:47:00 -05:00
Maxim Cournoyer e765fc9677
gnu: python2-flask-restful-swagger: Remove package.
* gnu/packages/python-web.scm (python2-flask-restful-swagger): Remove
variable.
2020-12-20 22:47:00 -05:00