summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-12-21Merge branch 'ungrafting' into stagingMarius Bakke
2020-12-21Merge branch 'master' into ungraftingMarius Bakke
2020-12-21gnu: sbc: Fix build on non-x86 architectures.Marius Bakke
* gnu/packages/patches/sbc-fix-build-non-x86.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (sbc)[source](patches): New field.
2020-12-21gnu: MariaDB: Disable failing test on i686-linux.Marius Bakke
* gnu/packages/databases.scm (mariadb)[arguments]: When building on i686-linux, disable one test.
2020-12-21system: Allow separated /boot and encrypted root.Miguel Ángel Arruga Vivas
* 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-21gnu: httpstat: Update to 1.3.0.Michael Rohleder
* 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-21gnu: sdcc: Update to 4.0.0.Simon South
* 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-21gnu: sdcc: Expand comment regarding GPUTILS and PIC ports.Simon South
* 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-21gnu: sdcc: Correct name of phase.Simon South
* gnu/packages/embedded.scm [arguments]<#:phases>: Rename "patch-makefile" phase to "patch-makefiles". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21gnu: sdcc: Revise synopsis and description.Simon South
* 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-21gnu: sdcc: Specify complete set of licenses.Simon South
* 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-21gnu: sdcc: Move to embedded.scm.Simon South
* 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-21gnu: sdcc: Remove bundled μCsim.Simon South
* 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-21gnu: Add μCsim.Simon South
* gnu/packages/embedded.scm (ucsim): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21gnu: gnome-builder: Disable jedi plugin.Leo Prikler
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-21gnu: guix-build-coordinator: Update to 0-11.9128f96.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-11.9128f96.
2020-12-20gnu: Add python-locust.Maxim Cournoyer
* gnu/packages/benchmark.scm (python-locust): New variable.
2020-12-20gnu: python-geventhttpclient: Update to 1.4.4.Maxim Cournoyer
* gnu/packages/python-web.scm (python-geventhttpclient): Update to 1.4.4.
2020-12-20gnu: python2-reno: Remove package.Maxim Cournoyer
* gnu/packages/openstack.scm (python2-reno): Remove variable.
2020-12-20gnu: python2-oslo.i18n: Remove package.Maxim Cournoyer
* gnu/packages/openstack.scm (python2-oslo.i18n): Remove variable.
2020-12-20gnu: python2-geventhttpclient: Remove package.Maxim Cournoyer
* gnu/packages/python-web.scm (python2-geventhttpclient): Remove variable.
2020-12-20gnu: python-greenlet: Update to 0.4.17.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.17.
2020-12-20gnu: python2-mox3: Remove package.Maxim Cournoyer
* gnu/packages/openstack.scm (python2-mox3): Remove variable.
2020-12-20gnu: python2-gdrivefs: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-gdrivefs): Remove variable.
2020-12-20gnu: python2-graphene: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-graphene): Remove variable. (python-graphene)[properties]: Remove field.
2020-12-20gnu: python2-pykafka: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-pykafka): Remove variable.
2020-12-20gnu: python2-pykka: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-pykka): Remove variable.
2020-12-20gnu: python2-gevent: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-gevent): Remove variable. (python-gevent)[properties]: Remove field.
2020-12-20gnu: python-gevent: Update to 20.9.0.Maxim Cournoyer
* 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-20gnu: python2-oslo.context: Remove package.Maxim Cournoyer
* gnu/packages/openstack.scm (python2-oslo.context): Remove variable.
2020-12-20gnu: python2-openstackdocstheme: Remove package.Maxim Cournoyer
* gnu/packages/openstack.scm (python2-openstackdocstheme): Remove variable.
2020-12-20gnu: python2-graphql-relay: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-graphql-relay): Remove variable.
2020-12-20gnu: python2-gpic: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-gpic): Remove variable.
2020-12-20gnu: bpython2: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (bpython2): Remove variable.
2020-12-20gnu: python2-eventlet: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-eventlet): Remove variable.
2020-12-20gnu: python2-pynvim: Remove package.Maxim Cournoyer
* gnu/packages/vim.scm (python2-pynvim): Remove variable.
2020-12-20gnu: python2-greenlet: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-greenlet): Remove variable.
2020-12-20gnu: python-werkzeug: Update to 1.0.1.Maxim Cournoyer
* gnu/packages/python-web.scm (python-werkzeug): Update to 1.0.1. [home-page]: Update.
2020-12-20gnu: python2-flask-restful-swagger: Remove package.Maxim Cournoyer
* gnu/packages/python-web.scm (python2-flask-restful-swagger): Remove variable.
2020-12-20gnu: python2-flask-script: Remove package.Maxim Cournoyer
* gnu/packages/python-web.scm (python2-flask-script): Remove variable.
2020-12-20gnu: python2-flask-principal: Remove package.Maxim Cournoyer
* gnu/packages/python-web.scm (python2-flask-principal): Remove variable.
2020-12-20gnu: python2-flask-httpauth: Remove package.Maxim Cournoyer
* gnu/packages/python-web.scm (python2-flask-httpauth): Remove variable.
2020-12-20gnu: python2-pytest-httpbin: Remove package.Maxim Cournoyer
* gnu/packages/python-web.scm (python2-pytest-httpbin): Remove variable.
2020-12-20gnu: python2-werkzeug: Remove package.Maxim Cournoyer
* gnu/packages/python-web.scm (python2-werkzeug): Remove variable.
2020-12-20gnu: Add python-dpkt.Maxim Cournoyer
* gnu/packages/python-web.scm (python-dpkt): New variable.
2020-12-20gnu: python-oslo.config: Fix indentation.Maxim Cournoyer
* gnu/packages/openstack.scm: Prettify the section header and fix the indentation of the package.
2020-12-20gnu: python-oslo.i18n: Fix indentation.Maxim Cournoyer
* gnu/packages/openstack.scm (python-oslo.i18n): Fix indentation.
2020-12-20gnu: python-configargparse: Update to 1.2.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-configargparse): Update to 1.2.3.
2020-12-20gnu: python2-configargparse: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-configargparse): Remove variable.
2020-12-20gnu: emacs-nov-el: Update to 0.3.3.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.3.