| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: python-lmdb: Update to 0.98.•••* gnu/packages/databases.scm (python-lmdb): Update to 0.98.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+2 |
* | gnu: perl-dbd-sqlite: Update to 1.64.•••* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.64.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+2 |
* | gnu: perl-dbi: Update to 1.643.•••* gnu/packages/databases.scm (perl-dbi): Update to 1.643.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+2 |
* | gnu: perl-db-file: Update to 1.853.•••* gnu/packages/databases.scm (perl-db-file): Update to 1.853.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -7/+4 |
* | 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.
| Maxim Cournoyer | 2020-05-20 | 6 | -51/+236 |
* | 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.
| Maxim Cournoyer | 2020-05-20 | 1 | -0/+31 |
* | 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.
| Maxim Cournoyer | 2020-05-20 | 2 | -37/+32 |
* | gnu: Add emacs-vcsh.•••* gnu/packages/emacs-xyz.scm (emacs-vcsh): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Michael Rohleder | 2020-05-20 | 1 | -0/+23 |
* | gnu: Add python-pyramid.•••* gnu/packages/python-web.scm (python-pyramid): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Holger Peters | 2020-05-20 | 1 | -0/+29 |
* | gnu: Add python-hupper.•••* gnu/packages/python-web.scm (python-hupper): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Holger Peters | 2020-05-20 | 1 | -0/+28 |
* | gnu: Add python-plaster-pastedeploy.•••* gnu/packages/python-web.scm (python-plaster-pastedeploy): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Holger Peters | 2020-05-20 | 1 | -0/+24 |
* | gnu: Add python-plaster.•••* gnu/packages/python-web.scm (python-plaster): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Holger Peters | 2020-05-20 | 1 | -0/+24 |
* | gnu: Add python-translationstring.•••* gnu/packages/python-web.scm (python-translationstring): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Holger Peters | 2020-05-20 | 1 | -0/+18 |
* | gnu: Add python-zope-deprecation.•••* gnu/packages/python-web.scm (python-zope-deprecation): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Holger Peters | 2020-05-20 | 1 | -0/+20 |
* | gnu: Add python-venusian.•••* gnu/packages/python-web.scm (python-venusian): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Holger Peters | 2020-05-20 | 1 | -0/+25 |
* | 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>
| Holger Peters | 2020-05-20 | 1 | -2/+2 |
* | gnu: toybox: Update to 0.8.3.•••* gnu/packages/busybox.scm (toybox): Update to 0.8.3.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -3/+3 |
* | gnu: ccls: Update to 0.20190823.6.•••* gnu/packages/cpp.scm (ccls): Update to 0.20190823.6.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -3/+3 |
* | gnu: http-parser: Update to 2.9.4.•••* gnu/packages/web.scm (http-parser): Update to 2.9.4.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+2 |
* | gnu: xonsh: Update to 0.9.18.•••* gnu/packages/shells.scm (xonsh): Update to 0.9.18.
[snippet]: Adapt to more aggressive bundling.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -5/+15 |
* | gnu: python-ply: Remove Python 2 variant.•••* gnu/packages/python-xyz.scm (python2-ply): Remove variable.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -3/+0 |
* | gnu: python-ply: Update to 3.11.•••* gnu/packages/python-xyz.scm (python-ply): Update to 3.11.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+2 |
* | gnu: librepcb: Update to 0.1.4.•••* gnu/packages/engineering.scm (librepcb): Update to 0.1.4.
[inputs]: Add qtsvg.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+3 |
* | gnu: hevea: Update to 2.34.•••* gnu/packages/ocaml.scm (hevea): Update to 2.34.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+2 |
* | gnu: gtkwave: Update to 3.3.104.•••* gnu/packages/fpga.scm (gtkwave): Update to 3.3.104.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+2 |
* | gnu: handbrake: Update to 1.3.2.•••* gnu/packages/video.scm (handbrake): Update to 1.3.2.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -4/+5 |
* | gnu: bs1770gain: Update to 0.6.9.•••* gnu/packages/audio.scm (bs1770gain): Update to 0.6.9.
| Tobias Geerinckx-Rice | 2020-05-20 | 1 | -2/+2 |
* | gnu: docker: Remove references to go.•••Fixes <https://bugs.gnu.org/41406>.
* gnu/packages/docker.scm (docker)[arguments]<#:phases>[remove-go-references]:
New phase.
| Danny Milosavljevic | 2020-05-19 | 1 | -1/+3 |
* | 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>
| nikita | 2020-05-19 | 1 | -5/+5 |
* | 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.
| Efraim Flashner | 2020-05-19 | 1 | -8/+51 |
* | 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.
| Efraim Flashner | 2020-05-19 | 1 | -9/+32 |
* | gnu: Add python-rapidjson.•••* gnu/packages/python-web.scm (python-rapidjson): New variable.
| Efraim Flashner | 2020-05-19 | 1 | -1/+45 |
* | 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.
| Efraim Flashner | 2020-05-19 | 1 | -4/+3 |
* | gnu: Add python-mujson.•••* gnu/packages/python-xyz.scm (python-mujson): New variable.
| Efraim Flashner | 2020-05-19 | 1 | -0/+18 |
* | gnu: opensmtpd: Update to 6.7.0p1 [security fixes].•••* gnu/packages/mail.scm (opensmtpd): Update to 6.7.0p1.
| Tobias Geerinckx-Rice | 2020-05-19 | 1 | -2/+2 |
* | gnu: Add wofi.•••* gnu/packages/xdisorg.scm (wofi): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Alex McGrath | 2020-05-19 | 1 | -0/+29 |
* | gnu: vte: Remove obsolete input.•••* gnu/packages/gnome.scm (vte)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL.
| Marius Bakke | 2020-05-19 | 1 | -1/+1 |
* | gnu: Add hitch.•••* gnu/packages/web.scm (hitch): New public variable.
| Marius Bakke | 2020-05-19 | 1 | -0/+55 |
* | gnu: openvpn: Update to 2.4.9 [fixes CVE-2020-11810].•••* gnu/packages/vpn.scm (openvpn): Update to 2.4.9.
| Marius Bakke | 2020-05-19 | 1 | -2/+2 |
* | gnu: granite: Fix cross-compilation.•••* gnu/packages/pantheon.scm (granite)[native-inputs]: Remove glib, libgee.
[inputs]: Add glib, libgee.
| Danny Milosavljevic | 2020-05-19 | 1 | -3/+3 |
* | gnu: Add pantheon-calculator.•••* gnu/packages/pantheon.scm (pantheon-calculator): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Ryan Prior | 2020-05-19 | 1 | -0/+42 |
* | gnu: vte: Enable vala bindings.•••* gnu/packages/gnome.scm (vte)[arguments]<#:configure-flags>: Add
"-Dvapi=true".
| Danny Milosavljevic | 2020-05-19 | 1 | -1/+2 |
* | 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>
| Ryan Prior via Guix-patches via | 2020-05-19 | 1 | -2/+6 |
* | gnu: bind: Update to 9.16.3 [fixes CVE-2020-8616 & CVE-2020-8617].•••* gnu/packages/dns.scm (bind): Update to 9.16.3.
| Tobias Geerinckx-Rice | 2020-05-19 | 1 | -2/+2 |
* | gnu: sra-tools: Update to 2.10.6.•••* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.10.6.
[arguments]: Replace CC variable in utf8proc Makefile.
[inputs]: Replace hdf5 with hdf5-1.10; add python-wrapper.
| Ricardo Wurmus | 2020-05-19 | 1 | -8/+13 |
* | gnu: ncbi-vdb: Update to 2.10.6.•••* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.10.6.
| Ricardo Wurmus | 2020-05-19 | 1 | -2/+2 |
* | gnu: ngs-sdk: Update to 2.10.5.•••* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 2.10.5.
| Ricardo Wurmus | 2020-05-19 | 1 | -2/+2 |
* | gnu: Add emacs-plantuml-mode.•••* gnu/packages/emacs-xyz.scm (emacs-plantuml-mode): New variable.
| Clément Lassieur | 2020-05-19 | 1 | -1/+50 |
* | gnu: Add granite.•••* gnu/packages/pantheon.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Ryan Prior | 2020-05-19 | 2 | -0/+68 |
* | gnu: grub: Allow a PNG image and replace "aspect-ratio" with "resolution".•••* gnu/bootloaders/grub.scm (<grub-image>): Remove this record and replace it
by ...
(<grub-theme>)[image]: ... this field with the default from %background-image,
(<grub-theme>)[resolution]: ... this field with the defaults from 'width' and
'height' of 'grub-background-image'.
(<grub-theme>)[images]: Remove this field.
(svg->png): Rename to ...
(image->png): ... and use 'copy-file' instead of 'svg->png', if the suffix of
the image file is not ".svg".
(grub-background-image): Remove the arguments 'width' and 'height'.
(grub-theme-image): Add function.
(grub-theme-resolution): Add function.
(grub-theme-gfxmode): Add function.
(grub-image): Remove function.
(grub-image?): Remove function.
(grub-image-aspect-ratio): Remove function.
(grub-image-file): Remove function.
(grub-theme-images): Remove function.
(%default-theme): Remove variable.
(%background-image): Remove variable.
Using image formats different to SVG was not possible.
For a <grub-image> to be chosen, the 'aspect-ratio' of it had to be 4/3, as the
resolution of any image was defaulting to 1024 x 768.
There was no code to determine the proper boot-resolution to make any use of a
list of images with different aspect-ratios.
It seems to be a better solution to only define a single image with any format,
and use a given resolution only for the conversion from a SVG file. This also
makes the use of a special <grub-image> record unnecessary.
Moving the default values from '%background-image' and '%default-theme' into
<grub-theme> makes a customisation easier without (inherit) and allows to remove
the undocumented variables %background-image' and '%default-theme'.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Stefan | 2020-05-19 | 1 | -56/+37 |