~ruther/guix-local

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.
22ef06b8 — Ludovic Courtès 8 years ago
union: Gracefully handle dangling symlinks in the input.

Fixes <http://bugs.gnu.org/26949>.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>.

* guix/build/union.scm (file-is-directory?): Return #f when FILE does
not exist or is a dangling symlink.
(file=?): Pass #f as a second argument to 'stat'; return #f when both
ST1 or ST2 is #f.
* tests/profiles.scm (test-equalm): New macro.
("union vs. dangling symlink"): New test.
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.
b81b8943 — Kei Kebreau 8 years ago
gnu: openttd: Update to 1.7.0.

* gnu/packages/games.scm (openttd): Update to 1.7.0.
0be20a83 — Leo Famulari 8 years ago
gnu: gnupg: Update to 2.1.21.

This release fixes a keyring corruption bug introduced in 2.1.20. See
<https://lists.gnupg.org/pipermail/gnupg-announce/2017q2/000405.html> for more
information.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.21.
89c83e8c — Leo Famulari 8 years ago
gnu: npth: Update to 1.4.

* gnu/packages/gnupg.scm (npth): Update to 1.4.
b193fb28 — Leo Famulari 8 years ago
gnu: shadow: Update to 4.5.

This fixes a regression introduced by the fix for CVE-2017-2616.
See <https://github.com/shadow-maint/shadow/pull/72> for more information.

* gnu/packages/admin.scm (shadow): Update to 4.5.
[source]: Remove patches.
* gnu/packages/patches/shadow-4.4-su-snprintf-fix.patch,
gnu/packages/patches/shadow-CVE-2017-2616.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
6aa095f1 — Kei Kebreau 8 years ago
gnu: manaplus: Update to 1.7.5.14.

* gnu/packages/games.scm (manaplus): Update to 1.7.5.14.
[inputs]: Remove physfs.
e28cb7a5 — Kei Kebreau 8 years ago
gnu: gamine: Update to 1.5.

* gnu/packages/games.scm (gamine): Update to 1.5.
gnu: mc: Add unzip to inputs.

* gnu/packages/mc.scm (mc)[inputs]: Add unzip.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
c80cd4df — Marius Bakke 9 years ago
install: Enable SSH in installation image.

* gnu/system/install.scm (%installation-services): Add OPENSSH-SERVICE-TYPE.
* doc/guix.texi (Preparing for Installation)[Networking]: Document it.
Next