~ruther/guix-local

ref: 8ec0d3fbcf6a5bb16a72a5b95b38ed03aaeda604 guix-local/gnu d---------
8ec0d3fb — Andreas Enge 12 years ago
gnu: Add perl-html-parser.

* gnu/packages/web.scm (perl-html-parser): New variable.
c9ea41ff — Andreas Enge 12 years ago
gnu: Add perl-html-tagset.

* gnu/packages/web.scm (perl-html-tagset): New variable.
7339fbe2 — Andreas Enge 12 years ago
gnu: Rename perl-xml-parser-perlsax to perl-libxml.

* gnu/packages/xml.scm (perl-libxml): Rename from perl-xml-parser-perlsax.
f7d6fafa — Ludovic Courtès 12 years ago
gnu: dmd: Add 'pam-services' field to <service>.

* gnu/system/dmd.scm (<service>)[pam-services]: New field.
  (mingetty-service): Add #:motd and #:allow-empty-passwords?
  parameters.  Add MOTD to 'inputs' field; add 'pam-services' field.
* gnu/system/vm.scm (system-qemu-image): Aggregate PAM entries from
  SERVICES.
f0387dd1 — Ludovic Courtès 12 years ago
gnu: vm: Fix inputs in 'file-union'.

* gnu/system/vm.scm (file-union): Filter out members of FILES that are
  outputs of INPUTS.
18fb40e4 — Ludovic Courtès 12 years ago
gnu: dmd: Add 'user-accounts' and 'user-groups' fields to <service>.

* gnu/system/shadow.scm (guix-build-accounts): Move to...
* gnu/system/dmd.scm (guix-build-accounts): ... here.
  (<service>)[user-accounts, user-groups]: New fields.
  (guix-service): New #:build-user-id and #:build-accounts parameters.
  Use 'guix-build-accounts' and set the 'user-accounts' and
  'user-groups' fields accordingly.
* gnu/system/vm.scm (system-qemu-image): Remove use of
  'guix-build-accounts'.  Augment ACCOUNTS and GROUPS from what SERVICES
  demand.
a348b09e — Ludovic Courtès 12 years ago
gnu: Move /etc/resolv.conf handling to the networking service.

* gnu/system/vm.scm (etc-directory): Remove 'resolv.conf'.
  (system-qemu-image): Use 'static-networking-service' with
  #:name-servers.  Don't populate the image with /etc/resolv.conf.
* gnu/system/dmd.scm (static-networking-service): Add #:name-servers
  parameter.  Use it to populate /etc/resolv.conf.
0b8a376b — Ludovic Courtès 12 years ago
gnu: vm: Factorize /etc creation.

* gnu/system/vm.scm (expression->derivation-in-linux-vm)[lower-inputs]:
  Move to top-level...
  (lower-inputs): ... here.  New variable.
  (file-union, etc-directory): New procedures.
  (system-qemu-image): Use 'etc-directory'; remove redundant code, and
  register the result of 'etc-directory' as a GC root.
dc47b181 — Andreas Enge 12 years ago
gnu: pulseaudio: Disable tests on mips64el.

* gnu/packages/pulseaudio.scm (pulseaudio): Drop tests also on mips64el.
a2e520af — Andreas Enge 12 years ago
gnu: Add perl-xml-regexp.

* gnu/packages/xml.scm (perl-xml-regexp): New variable.
1385ba4f — Andreas Enge 12 years ago
gnu: Add perl-xml-parser-perlsax.

* gnu/packages/xml.scm (perl-xml-parser-perlsax): New variable.
703d18e2 — Andreas Enge 12 years ago
gnu: libmicrohttpd: Upgrade to 0.9.32.

* gnu/packages/gnunet.scm (libmicrohttpd): Upgrade to 0.9.32.
5642cecd — Andreas Enge 12 years ago
gnu: soprano: Add input raptor2.

* gnu/packages/rdf.scm (soprano): Add input raptor2.
2c4e4d25 — Andreas Enge 12 years ago
gnu: Add raptor2.

* gnu/packages/rdf.scm (raptor2): New variable.
c01f7678 — Ludovic Courtès 12 years ago
gnu: pulseaudio: Fix typo introduced in 76dcc99.

* gnu/packages/pulseaudio.scm (pulseaudio): Disable tests on i686.
  (pavucontrol): Remove 'arguments'.
76dcc993 — Ludovic Courtès 12 years ago
gnu: pulseaudio: Disable tests on i686.

* gnu/packages/pulseaudio.scm (pavucontrol): New 'arguments' field.
e7de5ac0 — Andreas Enge 12 years ago
gnu: ffmpeg: Enable tests.

* gnu/packages/video.scm (ffmpeg): Add upstream patch and re-enable tests.
* gnu/packages/patches/ffmpeg-check.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
49d294e5 — Ludovic Courtès 12 years ago
gnu: Move 'guile-ssh' to (gnu packages ssh).

Reported by John Darrington <john@darrington.wattle.id.au>.

* gnu/packages/guile.scm (guile-ssh): Move to...
* gnu/packages/ssh.scm (guile-ssh): ... here.  New variable.
  This fixes a circular dependency issue, as reported at
  <https://lists.gnu.org/archive/html/guix-devel/2013-12/msg00024.html>.
dd1a5a15 — Ludovic Courtès 12 years ago
derivations: Use more keyword parameters for 'build-expression->derivation'.

* guix/derivations.scm (build-expression->derivation): Turn 'system' and
  'inputs' into keyword parameters.
  Adjust callers accordingly.
* gnu/system/linux.scm, gnu/system/vm.scm, guix/build-system/cmake.scm,
  guix/build-system/gnu.scm, guix/build-system/perl.scm,
  guix/build-system/python.scm, guix/build-system/trivial.scm,
  guix/download.scm, guix/packages.scm, guix/profiles.scm,
  guix/scripts/pull.scm, tests/derivations.scm, tests/guix-build.sh,
  tests/monads.scm, tests/store.scm, tests/union.scm: Adjust users of
  'build-expression->derivation' and 'derivation-expression'
  accordingly.
* doc/guix.texi (Derivations): Adjust 'build-expression->derivation'
  documentation accordingly.
  (The Store Monad): Likewise for 'derivation-expression'.
b0a552e3 — Andreas Enge 12 years ago
gnu: ffmpeg: Disable tests.

* gnu/packages/video.scm (ffmpeg): Disable tests, see
    https://trac.ffmpeg.org/ticket/3177 .
Next