~ruther/guix-local

ref: 2c4e4d25974fda0b27fd22a70d2729dffe20211d guix-local/gnu d---------
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 .
595801e2 — Ludovic Courtès 12 years ago
gnu: Add Guile-SSH.

* gnu/packages/guile.scm (guile-ssh): New variable.
deed349b — Ludovic Courtès 12 years ago
gnu: libssh: Add $libdir to RUNPATH of libssh_threads.so.

* gnu/packages/ssh.scm (libssh)[arguments]: Add #:phases, #:modules, and
  #:imported-modules.
  [native-inputs]: New field.
799dcdc4 — Ludovic Courtès 12 years ago
gnu: Improve synopses in vpn.scm.

* gnu/packages/vpn.scm (vpnc): Shorten synopsis, and fix spelling.
  (openconnect): Fix synopsis spelling.
4095b413 — Ludovic Courtès 12 years ago
gnu: Add missing copyright line.

* gnu/packages/vpn.scm: Add copyright line lost in commit 7af8a9b.
136b008f — Ludovic Courtès 12 years ago
gnu: patchelf: Shorten synopsis.

* gnu/packages/patchelf.scm (patchelf): Shorten synopsis.
97aed46f — Eric Bavier 12 years ago
Add GNU Serveez

* gnu/packages/serveez.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
addfc3fc — John Darrington 12 years ago
gnu: Add mtools.

* gnu/packages/mtools.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
889a87f0 — Eric Bavier 12 years ago
gnu: Add gnu-pw-mgr

* gnu/packages/gnu-pw-mgr.scm: New file
* gnu-system.am (GNU_SYSTEM_MODULES): Add it

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7af8a9b7 — Ludovic Courtès 12 years ago
gnu: Move GVPE to vpn.scm.

* gnu/packages/vpn.scm (gvpe): New variable, moved from...
* gnu/packages/gvpe.scm: ... here.  Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove 'gvpe.scm'.
901eee2c — Ludovic Courtès 12 years ago
gnu: Add Guile-WM.

* gnu/packages/guile-wm.scm (guile-wm): New variable.
f5a345ad — Ludovic Courtès 12 years ago
gnu: dmd: Update start/stop of standard service definitions.

* gnu/system/dmd.scm (mingetty-service): Add 'stop' field.
  (nscd-service): Run with '--foreground'.  Change 'stop' to use
  'make-kill-destructor'.
  (syslog-service): Run with '--no-detach'; change 'stop' similarly.
  (guix-service): Likewise for 'stop'.
  (static-networking-service): Remove 'sleep' call from 'start'.  Change
  'stop' to return #f when networking was actually stopped.
2941448e — Ludovic Courtès 12 years ago
gnu: dmd: Upgrade to 0.1.

* gnu/packages/system.scm (dmd): Upgrade to 0.1.  Move PKG-CONFIG to
  'native-inputs'.
0af626ff — Ludovic Courtès 12 years ago
gnu: Add Guile-XCB.

* gnu/packages/guile-wm.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Next