Commit graph

60943 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 5c30eb61d7
gnu: http-parser: Fix build [and guix pull] on armhf-linux.
* gnu/packages/web.scm (http-parser)[source]: Add patch.
* gnu/packages/patches/http-parser-fix-assertion-on-armhf.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-05-20 19:38:42 +02:00
Tobias Geerinckx-Rice 47253d4837
gnu: mame: Update to 0.221.
* gnu/packages/emulators.scm (mame): Update to 0.221.
2020-05-20 19:27:19 +02:00
Tobias Geerinckx-Rice 937b08b110
gnu: python-lmdb: Remove Python 2 variant.
* gnu/packages/databases.scm (python2-lmdb): Remove variable.
2020-05-20 19:27:19 +02:00
Tobias Geerinckx-Rice b7dfd579c1
gnu: python-lmdb: Update to 0.98.
* gnu/packages/databases.scm (python-lmdb): Update to 0.98.
2020-05-20 19:27:19 +02:00
Tobias Geerinckx-Rice 26aa1fd230
gnu: perl-dbd-sqlite: Update to 1.64.
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.64.
2020-05-20 19:27:19 +02:00
Tobias Geerinckx-Rice d0ed680b24
gnu: perl-dbi: Update to 1.643.
* gnu/packages/databases.scm (perl-dbi): Update to 1.643.
2020-05-20 19:27:19 +02:00
Tobias Geerinckx-Rice 76899e9285
gnu: perl-db-file: Update to 1.853.
* gnu/packages/databases.scm (perl-db-file): Update to 1.853.
2020-05-20 19:27:19 +02:00
Maxim Cournoyer 12df6684b9
news: Add missing closing parentheses.
This broke 'guix pull'.  Apologies!

* etc/news.scm: Fix the latest entry.
2020-05-20 09:09:35 -04:00
Maxim Cournoyer 1271c14f65
news: Update copyright.
* etc/news.scm: Update copyright, as a follow-up to 489699c456.
2020-05-20 08:41:33 -04:00
Maxim Cournoyer 489699c456
news: Add entry for Btrfs subvolume boot support.
* etc/news.scm: Add entry.
2020-05-20 08:31:13 -04:00
Maxim Cournoyer b460ba7992
bootloader: grub: Allow booting from a Btrfs subvolume.
* gnu/bootloader/grub.scm (strip-mount-point): Remove procedure.
(normalize-file): Add procedure.
(grub-configuration-file): New BTRFS-SUBVOLUME-FILE-NAME parameter.  When
defined, prepend its value to the kernel and initrd file names, using the
NORMALIZE-FILE procedure.  Adjust the call to EYE-CANDY to pass the
BTRFS-SUBVOLUME-FILE-NAME argument.  Normalize the KEYMAP file as well.
(eye-candy): Add a BTRFS-SUBVOLUME-FILE-NAME parameter, and use it, along with
the NORMALIZE-FILE procedure, to normalize the FONT-FILE and IMAGE nested
variables.  Adjust doc.
* gnu/bootloader/depthcharge.scm (depthcharge-configuration-file): Adapt.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Likewise.
* gnu/system/file-systems.scm (btrfs-subvolume?)
(btrfs-store-subvolume-file-name): New procedures.
* gnu/system.scm (operating-system-bootcfg): Specify the Btrfs
subvolume file name the store resides on to the
`operating-system-bootcfg' procedure, using the new
BTRFS-SUBVOLUME-FILE-NAME argument.
* doc/guix.texi (File Systems): Add a Btrfs subsection to document the use of
subvolumes.
* gnu/tests/install.scm (%btrfs-root-on-subvolume-os)
(%btrfs-root-on-subvolume-os-source)
(%btrfs-root-on-subvolume-installation-script)
(%test-btrfs-root-on-subvolume-os): New variables.
2020-05-20 08:30:35 -04:00
Maxim Cournoyer fa35fb58c8
file-systems: Add helpers for parsing the options string into an alist.
* gnu/system/file-systems.scm (file-system-options->alist)
(alist->file-system-options): New procedures.
* tests/file-systems.scm: New tests.
* doc/guix.texi (File Systems): Add note about the newly added procedures.
2020-05-20 08:30:34 -04:00
Maxim Cournoyer 281d80d8e5
linux-boot: Refactor boot-system.
The --root option can now be omitted, and inferred from the root file system
declaration instead.

* gnu/build/file-systems.scm (canonicalize-device-spec): Extend to support NFS
directly, and...
* gnu/build/linux-boot.scm (boot-system): ...remove NFS special casing from
here.  Remove nested definitions for root-fs-type, root-fs-flags and
root-fs-options, and bind those inside the let* instead.  Make "--root" take
precedence over the device field string representation of the root file
system.
* doc/guix.texi (Initial RAM Disk): Document that "--root" can be left
unspecified.
2020-05-20 08:30:34 -04:00
Michael Rohleder 42d41d86f3
gnu: Add emacs-vcsh.
* gnu/packages/emacs-xyz.scm (emacs-vcsh): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-20 12:42:12 +02:00
Holger Peters 90f44ee496
gnu: Add python-pyramid.
* gnu/packages/python-web.scm (python-pyramid): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-20 09:33:04 +02:00
Holger Peters 8bfc0512da
gnu: Add python-hupper.
* gnu/packages/python-web.scm (python-hupper): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-20 09:33:04 +02:00
Holger Peters 804b7722a5
gnu: Add python-plaster-pastedeploy.
* gnu/packages/python-web.scm (python-plaster-pastedeploy): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-20 09:33:03 +02:00
Holger Peters 79ddf25bc0
gnu: Add python-plaster.
* gnu/packages/python-web.scm (python-plaster): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-20 09:31:26 +02:00
Holger Peters c557ae13f9
gnu: Add python-translationstring.
* gnu/packages/python-web.scm (python-translationstring): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-20 09:31:26 +02:00
Holger Peters a9daf35cb1
gnu: Add python-zope-deprecation.
* gnu/packages/python-web.scm (python-zope-deprecation): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-20 09:31:26 +02:00
Holger Peters 44935b2ebb
gnu: Add python-venusian.
* gnu/packages/python-web.scm (python-venusian): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-20 09:26:29 +02:00
Holger Peters 712190edea
gnu: python-webob: Update to 1.8.6.
* gnu/packages/python-web.scm (python-webob): Update to 1.8.6.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-05-20 09:25:48 +02:00
Tobias Geerinckx-Rice 4d89e302df
gnu: toybox: Update to 0.8.3.
* gnu/packages/busybox.scm (toybox): Update to 0.8.3.
2020-05-20 06:05:29 +02:00
Tobias Geerinckx-Rice abd90f636b
gnu: ccls: Update to 0.20190823.6.
* gnu/packages/cpp.scm (ccls): Update to 0.20190823.6.
2020-05-20 05:56:54 +02:00
Tobias Geerinckx-Rice 4d9e4801d2
gnu: http-parser: Update to 2.9.4.
* gnu/packages/web.scm (http-parser): Update to 2.9.4.
2020-05-20 05:56:54 +02:00
Tobias Geerinckx-Rice 72faca2c50
gnu: xonsh: Update to 0.9.18.
* gnu/packages/shells.scm (xonsh): Update to 0.9.18.
[snippet]: Adapt to more aggressive bundling.
2020-05-20 05:56:54 +02:00
Tobias Geerinckx-Rice 5a4d48af52
gnu: python-ply: Remove Python 2 variant.
* gnu/packages/python-xyz.scm (python2-ply): Remove variable.
2020-05-20 05:56:54 +02:00
Tobias Geerinckx-Rice 0645a24b56
gnu: python-ply: Update to 3.11.
* gnu/packages/python-xyz.scm (python-ply): Update to 3.11.
2020-05-20 05:56:54 +02:00
Tobias Geerinckx-Rice 9e8f73c49c
gnu: librepcb: Update to 0.1.4.
* gnu/packages/engineering.scm (librepcb): Update to 0.1.4.
[inputs]: Add qtsvg.
2020-05-20 05:56:54 +02:00
Tobias Geerinckx-Rice 2da5fcfdfa
gnu: hevea: Update to 2.34.
* gnu/packages/ocaml.scm (hevea): Update to 2.34.
2020-05-20 05:56:53 +02:00
Tobias Geerinckx-Rice 51fd92cef4
gnu: gtkwave: Update to 3.3.104.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.104.
2020-05-20 05:56:53 +02:00
Tobias Geerinckx-Rice 147499a469
gnu: handbrake: Update to 1.3.2.
* gnu/packages/video.scm (handbrake): Update to 1.3.2.
2020-05-20 05:56:53 +02:00
Tobias Geerinckx-Rice 0c39013afb
gnu: bs1770gain: Update to 0.6.9.
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.9.
2020-05-20 05:56:53 +02:00
Ricardo Wurmus 5e3d169945
publish: Improve performance by increasing buffer size.
* guix/scripts/publish.scm (http-write): Increase socket send buffer.
2020-05-19 23:15:41 +02:00
Danny Milosavljevic f523eaba7b
gnu: docker: Remove references to go.
Fixes <https://bugs.gnu.org/41406>.

* gnu/packages/docker.scm (docker)[arguments]<#:phases>[remove-go-references]:
New phase.
2020-05-19 21:04:47 +02:00
nikita 9593caff8d
gnu: cwm: Update to 6.6.
* gnu/packages/wm.scm (cwm): Update to 6.6.
[source, home-page]: Update URLs.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-19 14:31:10 -04:00
Efraim Flashner cc83131006
gnu: python-ujson: Update to 2.0.3.
* gnu/packages/python-xyz.scm (python-ujson): Update to 2.0.3.
[source]: Remove bundled source.
[arguments]: Add phase to link to system double-conversion. Add custom
'check phase.
[native-inputs]: Add double-conversion, python-setuptools-scm,
python-pytest.
[home-page]: Update to new home-page.
[description]: Drop reference to python-2 support.
(python-ujson-1): New variable.
(python2-ujson): Rename to python2-ujson-1.
(python-jsonrpc-server)[propagated-inputs]: Replace python-ujson with
python-ujson-1.
2020-05-19 20:12:35 +03:00
Efraim Flashner 45838753bb
gnu: python-falcon: Update to 2.0.0.
* gnu/packages/python-web.scm (python-falcon): Update to 2.0.0.
[source]: Add snippet to remove bundled code.
[arguments]: Update custom 'check phase.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-jsonschema. Add python-mujson,
python-pytest-runner, python-rapidjson, python-ujson.
[properties]: New field.
(python2-falcon)[native-inputs]: Don't add python-rapidjson.
2020-05-19 20:05:59 +03:00
Efraim Flashner 255a206217
gnu: Add python-rapidjson.
* gnu/packages/python-web.scm (python-rapidjson): New variable.
2020-05-19 20:05:58 +03:00
Efraim Flashner 3d41d5dfef
gnu: python-jsonrpc-server: Update to 0.3.4.
* gnu/packages/python-xyz.scm (python-jsonrpc-server): Update to 0.3.4.
[propagated-inputs]: Remove python-future.
2020-05-19 20:05:58 +03:00
Efraim Flashner 64d1d2b271
gnu: Add python-mujson.
* gnu/packages/python-xyz.scm (python-mujson): New variable.
2020-05-19 20:05:58 +03:00
Tobias Geerinckx-Rice 75ac5c5281
gnu: opensmtpd: Update to 6.7.0p1 [security fixes].
* gnu/packages/mail.scm (opensmtpd): Update to 6.7.0p1.
2020-05-19 18:50:15 +02:00
Alex McGrath 970fcb0d4a
gnu: Add wofi.
* gnu/packages/xdisorg.scm (wofi): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-19 18:32:08 +02:00
Marius Bakke 4684580af5
gnu: vte: Remove obsolete input.
* gnu/packages/gnome.scm (vte)[native-inputs]: Remove INTLTOOL.  Add
GETTEXT-MINIMAL.
2020-05-19 15:39:38 +02:00
Marius Bakke 273380fda2
gnu: Add hitch.
* gnu/packages/web.scm (hitch): New public variable.
2020-05-19 15:28:51 +02:00
Marius Bakke c5a2b70135
gnu: openvpn: Update to 2.4.9 [fixes CVE-2020-11810].
* gnu/packages/vpn.scm (openvpn): Update to 2.4.9.
2020-05-19 15:28:51 +02:00
Danny Milosavljevic ef3cd15ed4
gnu: granite: Fix cross-compilation.
* gnu/packages/pantheon.scm (granite)[native-inputs]: Remove glib, libgee.
[inputs]: Add glib, libgee.
2020-05-19 13:06:27 +02:00
Ryan Prior 969811ad0e
gnu: Add pantheon-calculator.
* gnu/packages/pantheon.scm (pantheon-calculator): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-19 12:59:40 +02:00
Danny Milosavljevic 11491e1b1b
gnu: vte: Enable vala bindings.
* gnu/packages/gnome.scm (vte)[arguments]<#:configure-flags>: Add
"-Dvapi=true".
2020-05-19 12:49:13 +02:00
Ryan Prior via Guix-patches via 663def11df
gnu: vte: Update to 0.60.2.
* gnu/packages/gnome.scm (vte): Update to 0.60.2.
[arguments]<#:configure-flags>: Disable systemd.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-19 12:49:13 +02:00