~ruther/guix-local

72c785f9 — Marius Bakke 6 years ago
gnu: Add ruby-deep-merge.

* gnu/packages/ruby.scm (ruby-deep-merge): New public variable.
bbac3fff — Alex Griffin 6 years ago
gnu: git-remote-gcrypt: Update to 1.3.

* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.3.
52c463a9 — Tobias Geerinckx-Rice 6 years ago
news: Add ‘nl’ translation.

* etc/news.scm: Add an ‘nl’ ‘translation’.
ebf5e53c — Tobias Geerinckx-Rice 6 years ago
news: Remove superfluous closing bracket.

* etc/news.scm: Use an equal number of ‘(’s and ‘)’s.
ef91997a — Tobias Geerinckx-Rice 6 years ago
gnu: wmbattery: Update to 2.54.

* gnu/packages/gnustep.scm (wmbattery): Update to 2.54.
[native-inputs]: Remove autoconf & automake.
6b87881c — Tobias Geerinckx-Rice 6 years ago
gnu: libmanette: Update to 0.2.4.

* gnu/packages/games.scm (libmanette): Update to 0.2.4.
01f15b15 — Tobias Geerinckx-Rice 6 years ago
gnu: translate-shell: Update to 0.9.6.12.

* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.12.
84c983f1 — Tobias Geerinckx-Rice 6 years ago
gnu: gnu-efi: Mark up description.

* gnu/packages/efi.scm (gnu-efi)[description]: Use @acronym.
fa876b2c — Tobias Geerinckx-Rice 6 years ago
gnu: gnu-efi: Update to 3.0.12.

* gnu/packages/efi.scm (gnu-efi): Update to 3.0.12.
5c30eb61 — Tobias Geerinckx-Rice 6 years ago
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.
47253d48 — Tobias Geerinckx-Rice 6 years ago
gnu: mame: Update to 0.221.

* gnu/packages/emulators.scm (mame): Update to 0.221.
937b08b1 — Tobias Geerinckx-Rice 6 years ago
gnu: python-lmdb: Remove Python 2 variant.

* gnu/packages/databases.scm (python2-lmdb): Remove variable.
b7dfd579 — Tobias Geerinckx-Rice 6 years ago
gnu: python-lmdb: Update to 0.98.

* gnu/packages/databases.scm (python-lmdb): Update to 0.98.
26aa1fd2 — Tobias Geerinckx-Rice 6 years ago
gnu: perl-dbd-sqlite: Update to 1.64.

* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.64.
d0ed680b — Tobias Geerinckx-Rice 6 years ago
gnu: perl-dbi: Update to 1.643.

* gnu/packages/databases.scm (perl-dbi): Update to 1.643.
76899e92 — Tobias Geerinckx-Rice 6 years ago
gnu: perl-db-file: Update to 1.853.

* gnu/packages/databases.scm (perl-db-file): Update to 1.853.
12df6684 — Maxim Cournoyer 6 years ago
news: Add missing closing parentheses.

This broke 'guix pull'.  Apologies!

* etc/news.scm: Fix the latest entry.
1271c14f — Maxim Cournoyer 6 years ago
news: Update copyright.

* etc/news.scm: Update copyright, as a follow-up to 489699c456.
489699c4 — Maxim Cournoyer 6 years ago
news: Add entry for Btrfs subvolume boot support.

* etc/news.scm: Add entry.
b460ba79 — Maxim Cournoyer 7 years ago
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.
Next