~ruther/guix-local

ref: ecf5d5376979fadd971559367bf553df89fcc62b guix-local/gnu d---------
ecf5d537 — Marius Bakke 9 years ago
vm: Add UEFI loader to disk images.

* gnu/build/vm.scm (install-efi): New procedure.
(initialize-hard-disk): Generate EFI blob when ESP is present.
* gnu/system/vm.scm (qemu-image): Append 40MiB EFI System Partition.
4d415f0c — Marius Bakke 9 years ago
vm: Support creating FAT partitions.

* gnu/build/vm.scm (create-ext-file-system, create-fat-file-system): New procedures.
(format-partition): Use them. Error for unknown file systems.
* gnu/system/vm.scm (qemu-image): Include DOSFSTOOLS.
* gnu/system/linux-initrd.scm (base-initrd): Always add nls_is8859-1.ko.
01cc84da — Marius Bakke 9 years ago
vm: Support arbitrary partition flags.

* gnu/build/vm.scm (<partition>): Change BOOTABLE? to FLAGS.
(initialize-partition-table): Pass each flag to parted.
(initialize-hard-disk): Locate boot partition.
* gnu/system/vm.scm (qemu-image): Adjust partition flags.
e7fbd491 — Ludovic Courtès 8 years ago
gnu: guile-ssh: Fix potential double-free/use-after-free issue.

Fixes <http://bugs.gnu.org/26976>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/patches/guile-ssh-double-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (guile-ssh)[source](patches): Add it.
acf82a11 — Tobias Geerinckx-Rice 8 years ago
gnu: btrfs-progs: Update to 4.11.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.11.
4d2e1d14 — Tobias Geerinckx-Rice 8 years ago
gnu: mcelog: Update to 150.

* gnu/packages/linux.scm (mcelog): Update to 150.
8cf6a633 — Efraim Flashner 8 years ago
gnu: nano: Update to 2.8.3.

* gnu/packages/nano.scm (nano): Update to 2.8.3.
2b18ad05 — Pjotr Prins 8 years ago
gnu: Add gemma.

* gnu/packages/bioinformatics.scm (gemma): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f69c29f7 — Kyle Meyer 8 years ago
gnu: Add emacs-helm-projectile.

* gnu/packages/emacs.scm (emacs-helm-projectile): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
03cc1cf3 — Kyle Meyer 8 years ago
gnu: Add emacs-helm-swoop.

* gnu/packages/emacs.scm (emacs-helm-swoop): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
12e72d2a — Kyle Meyer 8 years ago
gnu: emacs-helm: Update to 2.7.0.

* gnu/packages/emacs.scm (emacs-helm): Update to 2.7.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
51ef4af6 — Kyle Meyer 8 years ago
gnu: emacs-async: Update to 1.9.2.

* gnu/packages/emacs.scm (emacs-async): Update to 1.9.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7fb6a9d3 — Mathieu Othacehe 8 years ago
bootloader: extlinux: Remove syslinux-bootloader.

* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader
  that was forgotten in 8ad37ad7b.
8ad37ad7 — Mathieu Othacehe 8 years ago
bootloader: extlinux: Remove undefined symbols from export list.

* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader,
  extlinux-configuration, syslinux-configuration.
41f76ae0 — Ludovic Courtès 8 years ago
services: user-homes: Do not create home directories marked as no-create.

Fixes a bug whereby GuixSD would create the /nonexistent directory, from
user 'nobody', even though it has 'create-home-directory?' set to #f.

* gnu/build/activation.scm (activate-users+groups): Add comment for
\#:create-home?.
(activate-user-home)[ensure-user-home]: Skip when CREATE-HOME? is #f or
SYSTEM? is #t.
* gnu/tests/base.scm (run-basic-test)["no extra home directories"]: New
tests.
a20e00dd — Efraim Flashner 8 years ago
gnu: qt: Update to 5.8.0.

* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2,
qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d,
qtcharts, qtdatavis3d, qtwebkit): Update to 5.8.0.
(qtdeclarative-render2d)[properties]: New field, package has been
absorbed by qtdeclarative and thus marked as superseded by it.
4e825e2d — Efraim Flashner 8 years ago
gnu: qtbase: Update configure flags.

* gnu/packages/qt.scm (qtbase)[arguments]: Change the configure flags to
not use the precompiled headers. Enable x86_64 special hardware
instructions which have runtime detection.
04f8decf — Efraim Flashner 8 years ago
gnu: qtbase: Don't use bundled double-conversion.

* gnu/packages/qt.scm (qtbase)[inputs]: Add double-conversion.
45f5bc0e — Efraim Flashner 8 years ago
gnu: qtconnectivity: Fix building on armhf and aarch64.

* gnu/packages/qt.scm (qtconnectivity)[arguments]: Add a phase to remove
a test which fails on arm hardware.
7c5cf7a2 — Efraim Flashner 8 years ago
gnu: qtscript: Fix building on aarch64.

* gnu/packages/patches/qtscript-disable-tests.patch: New file.
* gnu/packages/qt.scm (qtscript)[source]: Use it.
* gnu/local.am (dist_patch_DATA): Register it.
Next