~ruther/guix-local

1fe0bde3 — Ricardo Wurmus 8 years ago
gnu: Add libdivsufsort.

* gnu/packages/bioinformatics.scm (libdivsufsort): New variable.
c3b2ab9d — Ricardo Wurmus 8 years ago
gnu: Add libgff.

* gnu/packages/bioinformatics.scm (libgff): New variable.
b0b7150b — Efraim Flashner 8 years ago
gnu: orpheus: Fix build on aarch64-linux.

* gnu/packages/orpheus.scm (orpheus)[arguments]: Explicitly set the
build target when building on aarch64-linux.
e81e154c — Danny Milosavljevic 8 years ago
gnu: python-kivy: Update to 1.10.0.

* gnu/packages/python.scm (python-kivy): Update to 1.10.0.
[arguments]: Remove custom "build" phase.
8e7e6170 — Tobias Geerinckx-Rice 8 years ago
gnu: intel-gpu-tools: Use INVOKE.

* gnu/packages/admin.scm (intel-gpu-tools)[arguments]: Substitute INVOKE
for SYSTEM*.
601953ed — Tobias Geerinckx-Rice 8 years ago
gnu: intel-gpu-tools: Update to 1.21.

* gnu/packages/admin.scm (intel-gpu-tools): Update to 1.21.
835a148f — Tobias Geerinckx-Rice 8 years ago
gnu: libtorrent-rasterbar: Update to 1.1.6.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.6.
d5ae997a — Tobias Geerinckx-Rice 8 years ago
gnu: spice: Use HTTPS for spice-space.org home pages.

* gnu/packages/spice.scm (spice, spice-vdagent)[home-page]: Use HTTPS
e564a16e — Tobias Geerinckx-Rice 8 years ago
gnu: spice-gtk: Update to 0.34.

* gnu/packages/spice.scm (spice-gtk): Update to 0.34.
8f890fed — Tobias Geerinckx-Rice 8 years ago
gnu: babl: Update to 0.1.40.

* gnu/packages/gimp.scm (babl): Update to 0.1.40.
9d2e56d0 — Tobias Geerinckx-Rice 8 years ago
gnu: babl: Parameterise source URI.

* gnu/packages/gimp.scm (babl)[source]: Use VERSION-MAJOR+MINOR.
0c8ac76c — Tobias Geerinckx-Rice 8 years ago
gnu: babl: Edit description.

* gnu/packages/gimp.scm (babl)[description]: Edit.
fd90e396 — Tobias Geerinckx-Rice 8 years ago
gnu: mktorrent: Update to 1.1.

* gnu/packages/bittorrent.scm (mktorrent): Update to 1.1.
[source, home-page]: Use new URI.
782c94fe — Tobias Geerinckx-Rice 8 years ago
doc: Improve ‘fix-runpath’ description.

* doc/guix.texi (Build Systems): Re-write ‘fix-runpath’ documentation
entirely.  Just fixing the typos didn't do much.
89a26478 — Ludovic Courtès 8 years ago
services: herd: 'with-shepherd' no longer leaves an open connection.

* gnu/services/herd.scm (with-shepherd): Use 'dynamic-wind' and close
CONNECTION at the end.
30875d07 — Ludovic Courtès 8 years ago
doc: No longer mention Wicd in OS examples.

* gnu/system/examples/desktop.tmpl,
gnu/system/examples/lightweight-desktop.tmpl: Mention NetworkManager
instead of Wicd.
d466b1fc — Ludovic Courtès 8 years ago
services: Missing services are automatically instantiated.

This simplifies OS configuration: users no longer need to be aware of
what a given service depends on.

See the discussion at
<https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00114.html>.

* gnu/services.scm (missing-target-error): New procedure.
(service-back-edges): Use it.
(instantiate-missing-services): New procedure.
* gnu/system.scm (operating-system-services): Call
'instantiate-missing-services'.
* tests/services.scm ("instantiate-missing-services")
("instantiate-missing-services, no default value"): New tests.
* gnu/services/version-control.scm (cgit-service-type)[extensions]: Add
FCGIWRAP-SERVICE-TYPE.
* gnu/tests/version-control.scm (%cgit-os): Remove NGINX-SERVICE-TYPE
and FCGIWRAP-SERVICE-TYPE instances.
* doc/guix.texi (Log Rotation): Remove 'mcron-service-type' in example.
(Miscellaneous Services): Remove 'nginx-service-type' and
'fcgiwrap-service-type' in Cgit example.
bc58201e — Ludovic Courtès 8 years ago
tests: Cgit test waits for /var/run/shepherd/socket.

Previously tests sometimes start before the shepherd was listening,
leading to test failures.

* gnu/tests/version-control.scm (run-cgit-test)[test]: Add "shepherd
socket ready" test.  Rename to two "service running" tests for clarity.
33033a62 — Ludovic Courtès 8 years ago
services: shepherd: Make 'shepherd-configuration-file' non-monadic.

Suggested by atw on #guix.

* gnu/services/shepherd.scm (shepherd-service-file): Use 'scheme-file'
instead of 'gexp->file'.
(shepherd-configuration-file): Likewise, and adjust to non-monadic
style.
(shepherd-boot-gexp): Adjust accordingly.
* guix/scripts/system.scm (upgrade-shepherd-services): Use
'lower-object' in addition to 'shepherd-service-file'.
7175abaa — Danny Milosavljevic 8 years ago
gnu: Add mkbootimg.

* gnu/packages/android.scm (mkbootimg): New variable.
Next