~ruther/guix-local

ref: f63e5eaaeb2671ec550b0c21f4afe5b277de6a5d guix-local/gnu d---------
f63e5eaa — Danny Milosavljevic 9 years ago
gnu: dtc: Add missing symbols patch from debian.

* gnu/packages/u-boot.scm (dtc)[source]: Add patch.
* gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: David Craven <david@craven.ch>
705b9714 — John Darrington 9 years ago
gnu: Fix typo in description of xfce-desktop-service.

* gnu/services/desktop.scm (xfce-desktop-service) abilit --> ability.
7e348e6c — John Darrington 9 years ago
gnu: Add rpcbind

* gnu/packages/onc-rpc.scm (rpcbind): New variable.
261b3da5 — Kei Kebreau 9 years ago
gnu: Add telepathy-mission-control.

* gnu/packages/freedesktop.scm (telepathy-mission-control): New variable.
71d46760 — Danny Milosavljevic 9 years ago
gnu: Add u-boot.

* gnu/packages/u-boot.scm (u-boot, make-u-boot-package,
  u-boot-vexpress_ca9x4, u-boot-malta): New variables.

Co-authored-by: David Craven <david@craven.ch>
d62ed732 — Danny Milosavljevic 9 years ago
gnu: Add dtc.

* gnu/packages/u-boot.scm (dtc): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add file.

Co-authored-by: David Craven <david@craven.ch>
38c2b503 — Ludovic Courtès 9 years ago
Reinstate "services: elogind: Provide '%elogind-file-systems' by extension."

This reverts commit 17073dafc59d62fb8cbb8b94d61d3ecc488ac59f.
5fd66a37 — Marius Bakke 9 years ago
gnu: slim: Move to display-managers.scm.

* gnu/packages/display-managers.scm: New file.
* gnu/packages/slim.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/services/xorg.scm: Likewise.
307347fe — Mark H Weaver 9 years ago
gnu: Fix typo in copyright notice in (gnu packages networking).

* gnu/packages/networking.scm: "Coypright" --> "Copyright".
7335ca1d — Leo Famulari 9 years ago
gnu: icedtea-6: Update to 1.13.12 [security fixes].

Fixes CVE-2016-{3458,3485,3500,3508,3550,3606}.

* gnu/packages/java.scm (icedtea-6): Update to 1.13.12.
[source]: Remove 'icedtea-remove-overrides' patch.
[arguments]: Move ALSA header substitution to 'patch-paths' phase.
* gnu/packages/patches/icedtea-remove-overrides.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
68c35ba9 — Marius Bakke 9 years ago
gnu: rofi: Update to 1.2.0.

* gnu/packages/xdisorg.scm (rofi): Update to 1.2.0.
  [inputs]: Drop libx11 and add xcb-util-xrm.

Signed-off-by: Leo Famulari <leo@famulari.name>
4493a3c2 — Marius Bakke 9 years ago
gnu: Add xcb-util-xrm.

* gnu/packages/xdisorg.scm (xcb-util-xrm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
a7074f47 — John Darrington 9 years ago
gnu: wcslib: Correct formatting and grammar.

* gnu/packages/astronomy.scm (wcslib): Minor whitespace and grammatical
changes.
46a06224 — Eric Bavier 9 years ago
gnu: bambam: Remove wrap-binary phase.

Functionality provided already by python-build-system.

* gnu/packages/games.scm (bambam)[arguments]: Remove 'wrap-binary phase.
[synopsis]: Capitalize first word.
7b44cae5 — Ludovic Courtès 9 years ago
services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'.

* guix/scripts/system.scm (service-upgrade): Move to...
* gnu/services/shepherd.scm (shepherd-service-upgrade): ... here.
* tests/system.scm ("service-upgrade: nothing to do", "service-upgrade:
one unchanged, one upgraded, one new", "service-upgrade: service
depended on is not unloaded", "service-upgrade: obsolete services that
depend on each other"): Move to...
* tests/services.scm: ... here.  Adjust to 'service-upgrade' rename.
6673bddc — Ludovic Courtès 9 years ago
services: shepherd: Parameterize 'shepherd-service-back-edges'.

* gnu/services/shepherd.scm (shepherd-service-back-edges): Add
  #:provision and #:requirement parameter.  Honor them.
a5d78eb6 — Ludovic Courtès 9 years ago
services: shepherd: Add 'shepherd-service-lookup-procedure'.

* gnu/services/shepherd.scm (shepherd-service-lookup-procedure): New
procedure.
(shepherd-service-back-edges)[provision->service]: Use it.
* tests/services.scm ("shepherd-service-lookup-procedure"): New test.
183605c8 — Ludovic Courtès 9 years ago
services: herd: Provide <live-service> objects.

* gnu/services/herd.scm (<live-service>): New record type.
(current-services): Change to return a single value: #f or a list of
<live-service>.
* guix/scripts/system.scm (call-with-service-upgrade-info): Adjust
accordingly.
* gnu/tests/base.scm (run-basic-test)["shepherd services"]: Adjust
accordingly.
c180533b — Ricardo Wurmus 9 years ago
gnu: subread: Update to 1.5.1.

* gnu/packages/bioinformatics.scm (subread): Update to 1.5.1.
gnu: Add emacs-auto-complete.

* gnu/packages/emacs.scm (emacs-auto-complete): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
Next