~ruther/guix-local

2a75b0b6 — Ludovic Courtès 9 years ago
packages: Add 'package-input-rewriting'.

* guix/packages.scm (package-input-rewriting): New procedure.
* tests/packages.scm ("package-input-rewriting"): New test.
* doc/guix.texi (Defining Packages): Document it.
(Package Transformation Options): Add cross-reference.
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>
e5cd149f — Vincent Legoll 9 years ago
Update 'TODO'.

* TODO: Remove items about guix challenge & guix publish.

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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.
7060b281 — Efraim Flashner 9 years ago
tests: hackage: Fix mock urls.

Followup to 18f747350437136b203ef6400176d1fb07b131ea.

* tests/hackage.scm (hackage->guix-package): Use 'https' in mock urls.
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.
83ab1a81 — Eric Bavier 9 years ago
tests: cpan: Fix mock urls.

Followup to 7a62263ee5.

* tests/cpan.scm (cpan->guix-package): Use "https" in mock urls.
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.
d4f8884f — Ludovic Courtès 9 years ago
guix system: Do not unload services depended on.

Reported by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01470.html>.

* guix/scripts/system.scm (service-upgrade)[live-service-required?]: New
procedure.
[obsolete?]: Use it.
* tests/system.scm ("service-upgrade: service depended on is not
unloaded", "service-upgrade: obsolete services that depend on each
other"): New tests.
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.
Next