~ruther/guix-local

ref: 42e8f7345ffbe5977fc9d2bb3d2615ad355a04b2 guix-local/gnu d---------
42e8f734 — 宋文武 10 years ago
gnu: libpcap: Update to 1.7.4.

* gnu/packages/admin.scm (libpcap): Update to 1.7.4.
beca0807 — Ludovic Courtès 10 years ago
services: udisks: Add UDisks to the system profile.

* gnu/services/desktop.scm (udisks-service-type): Extend
  PROFILE-SERVICE-TYPE.
1065bed9 — Ludovic Courtès 10 years ago
services: avahi: Add Avahi to the system profile.

* gnu/services/avahi.scm (avahi-service-type): Extend
  PROFILE-SERVICE-TYPE.
  (avahi-service): Adjust docstring.
* doc/guix.texi (Networking Services): Adjust accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove AVAHI.
e9b82124 — Ludovic Courtès 10 years ago
services: slim: Add xterm to the system profile.

* gnu/services/xorg.scm (slim-service-type): Extend
  PROFILE-SERVICE-TYPE.
* gnu/system/examples/desktop.tmpl (packages): Remove XTERM.
87f40011 — Ludovic Courtès 10 years ago
services: wicd: Add Wicd to the system profile.

* gnu/services/networking.scm (wicd-service-type): Extend
  PROFILE-SERVICE-TYPE.
  (wicd-service): Mention it in docstring.
* doc/guix.texi (Networking Services): Update documentation
  accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove WICD.
af4c3fd5 — Ludovic Courtès 10 years ago
services: Add 'profile-service-type'.

* gnu/services.scm (packages->profile-entry): New procedure.
  (profile-service-type): New variable.
* gnu/system.scm (operating-system-directory-base-entries): Remove
  the "profile" entry.
  (essential-services): Add a PROFILE-SERVICE-TYPE instance.
  (operating-system-profile): Rewrite in terms of 'fold-services'.
* doc/guix.texi (Service Reference): Add 'profile-service-type'.
* doc/images/service-graph.dot: Likewise.
d62e201c — Ludovic Courtès 10 years ago
services: Add 'system-service-type'.

* gnu/services.scm (system-derivation): New procedure.
  (system-service-type): New variable.
  (boot-script-entry): New procedure.
  (boot-service-type): Extend SYSTEM-SERVICE-TYPE.
  (etc-entry): New procedure.
  (etc-service-type): Extend SYSTEM-SERVICE-TYPE.
  (fold-services): Change default #:target-type to SYSTEM-SERVICE-TYPE.
* gnu/system.scm (operating-system-directory-base-entries): New procedure.
  (essential-services): Use it.  Add an instance of
  SYSTEM-SERVICE-TYPE.
  (operating-system-boot-script): Pass #:target-type to 'fold-services'.
  (operating-system-derivation): Rewrite in terms of 'fold-services'.
* gnu/system/linux-container.scm (system-container): Remove.
  (container-script): Use 'operating-system-derivation'.
* guix/scripts/system.scm (export-extension-graph): Replace
  BOOT-SERVICE-TYPE by SYSTEM-SERVICE-TYPE.
* doc/images/service-graph.dot: Add 'system' node and edges.
* doc/guix.texi (Service Composition): Mention SYSTEM-SERVICE-TYPE.
  (Service Reference): Document it.  Update 'fold-services'
  documentation.
3a391e68 — Ludovic Courtès 10 years ago
services: Clarify extend/compose of BOOT-SERVICE-TYPE.

* gnu/services.scm (compute-boot-script): Add first placeholder
  parameter.
  (boot-service-type): Change 'compose' to APPEND, and 'extend' to
  COMPUTE-BOOT-SCRIPT.
5adbe65f — Efraim Flashner 10 years ago
gnu: gsl: Enable tests.

* gnu/packages/maths.scm (gsl)[arguments]: Enable tests for i686-linux.
f1339551 — Efraim Flashner 10 years ago
gnu: gsl: Update to 2.0.

* gnu/packages/maths.scm (gsl): Update to 2.0.
  [source]: Remove patches.
* gnu/packages/patches/gsl-poly-test-fix-pt1.patch,
  gnu/packages/patches/gsl-poly-test-fix-pt2.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove patches.
8d9e9f28 — Ricardo Wurmus 10 years ago
gnu: Add ruby-permutation.

* gnu/packages/ruby.scm (ruby-permutation): New variable.
b86be2ad — Ricardo Wurmus 10 years ago
gnu: Add ruby-listen.

* gnu/packages/ruby.scm (ruby-listen): New variable.
48e6851f — Ricardo Wurmus 10 years ago
gnu: Add ruby-rb-inotify.

* gnu/packages/ruby.scm (ruby-rb-inotify): New variable.
58b59742 — Ricardo Wurmus 10 years ago
gnu: Add ruby-simplecov-html.

* gnu/packages/ruby.scm (ruby-simplecov-html): New variable.
2417fce3 — Ricardo Wurmus 10 years ago
gnu: Add ruby-ffi.

* gnu/packages/ruby.scm (ruby-ffi): New variable.
f13636f2 — Ricardo Wurmus 10 years ago
gnu: Add ruby-rubygems-tasks.

* gnu/packages/ruby.scm (ruby-rubygems-tasks): New variable.
60af3d82 — Ricardo Wurmus 10 years ago
gnu: hisat: Disable build on non-x86_64.

* gnu/packages/bioinformatics.scm (hisat)[supported-systems]: Add field.
69b96e5e — Ricardo Wurmus 10 years ago
gnu: python-simplegeneric: Add setuptools to native inputs.

* gnu/packages/python.scm (python-simplegeneric)[native-inputs]: Add
  python-setuptools.
6b5b656f — Ricardo Wurmus 10 years ago
gnu: shogun: Disable build on non-x86_64.

* gnu/packages/machine-learning.scm (shogun)[supported-systems]: Add
  field.
762b1971 — Efraim Flashner 10 years ago
gnu: claws-mail: Update to 3.13.0.

* gnu/packages/mail.scm (claws-mail): Update to 3.13.0.
  [url]: Update to new location.
Next