~ruther/guix-local

e6051057 — Ryan Moe 8 years ago
services: Add libvirt services

* gnu/services/virtualization.scm: New file.
* doc/guix.texi (Virtualization Services): Document it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
903e051a — Christopher Baines 8 years ago
gnu: libvirt: Wrap with iproute and qemu.

libvirtd runs qemu if it's configured to use it, and also uses the ip command.

* gnu/packages/virtualization.scm (libvirt)[arguments]: Add wrap-libvirtd
  phase.
0577a3fd — Christopher Baines 8 years ago
gnu: Build the shared library for yaml-cpp.

* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add
  -DBUILD_SHARED_LIBS=ON to #:configure-flags.
7d14082d — Ludovic Courtès 8 years ago
services: herd: Actions return a list of results.

Fixes a regression introduced in
0642838b2e9ab2bd988dccb64b9e1130006347bf.

* gnu/services/herd.scm (invoke-action): Explain that we get a list of
results.
(current-services): Expect a list of result and use the first one.
(unload-service, %load-file, eval-there): Likewise.
4e58740a — Marius Bakke 8 years ago
gnu: whois: Update to 5.2.18.

* gnu/packages/networking.scm (whois): Update to 5.2.18.
ed8634c4 — Marius Bakke 8 years ago
bash completion: Complete files names after 'guix download'.

* etc/completion/bash/guix (_guix_complete): When the command is "download",
use __guix_complete_file.
2e456982 — Marius Bakke 8 years ago
gnu: Add f2fs-tools.

* gnu/packages/linux.scm (f2fs-tools): New variable.
7ac2cab8 — Marius Bakke 8 years ago
gnu: Add icedtea-web.

* gnu/packages/java.scm (icedtea-web): New variable.
gnu: gnurl: Update to 7.55.1-3.

* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
39fc3004 — Christopher Baines 8 years ago
web: Remove the nginx-service procedure.

Now that the service-type has a default value, and configuration record is
accessible.

* gnu/services/web.scm (nginx-service): Remove procedure.
* doc/guix.texi (Web Services): Update and improve NGinx documentation.
ad4cc435 — Christopher Baines 8 years ago
web: Add default-value for the nginx-service-type.

* gnu/services/web.scm (nginx-service-type)[default-value]:
  Use (nginx-configuration).
e4b729f8 — Christopher Baines 8 years ago
web: Export more nginx related procedures, macros and record types.

This makes it possible to work with the configuration of the NGinx service
programatically.

* gnu/services/web.scm (<nginx-configuration>, <nginx-server-configuration>,
  <nginx-upstream-configuration>, <nginx-location-configuration>,
  <nginx-named-location-configuration>): Export NGinx related record
  types.
  (nginx-configuration-*, nginx-server-configuration-*,
  nginx-upstream-configuration-*, nginx-location-configuration-*,
  nginx-named-location-configuration-*): Export NGinx related record
  procedures.
  (nginx-configuration): Export NGinx related record macro.
bd3a1846 — Ricardo Wurmus 8 years ago
gnu: r-minimal: Do not compress serialized files.

* gnu/packages/statistics.scm (r-minimal)[arguments]: Replace build phase
"patch-which" with "do-not-compress-serialized-files".
[propagated-inputs]: Move "which" from here...
[inputs]: ...to here.

Fixes <https://bugs.gnu.org/28157>.
6be54a87 — Ricardo Wurmus 8 years ago
gnu: Add rmath-standalone.

* gnu/packages/statistics.scm (rmath-standalone): New variable.
94b179c6 — Efraim Flashner 8 years ago
gnu: gst-plugins-bad: Build with wayland support.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland.
fe535d81 — Efraim Flashner 8 years ago
gnu: libraw: Update to 0.18.2.

* gnu/packages/photo.scm (libraw): Update to 0.18.2.
[source, home-page]: Use https.
0e4d822e — Z. Ren 8 years ago
gnu: skalibs: Build reproducibly.

* gnu/packages/skarnet.scm (skalibs)[arguments]: Add #:phases.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c15374e0 — Ludovic Courtès 8 years ago
gnu: libjpeg-turbo: Build reproducibly.

* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:configure-flags.

Co-authored-by: Z. Ren <zren@dlut.edu.cn>
1206c95a — Thomas Danckaert 8 years ago
gnu: python-netcdf4: Update to 1.2.9.

* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9.
5c78db62 — Thomas Danckaert 8 years ago
gnu: python-h5py: Update to 2.7.0.

* gnu/packages/python.scm (python-h5py): Update to 2.7.0.
Next