~ruther/guix-local

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.
4d5f0bae — Ludovic Courtès 12 years ago
gnu-maintenance: Ignore "redirect" blurbs.

* guix/gnu-maintenance.scm (official-gnu-packages)[official-description]:
  Return #f for blurbs that start with "redirect ".
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.
e6a5ce8e — John Darrington 12 years ago
gnu: pspp: Enabled build of the gui

* gnu/packages/math.scm (pspp): Removed the --without-gui flag
and added the necessary inputs to build it.

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

* gnu/packages/gtk.scm (gtksourceview): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
79c311b8 — Ludovic Courtès 12 years ago
gnu: Synchronize descriptions with 'gnumaint'.
Update references from Guy's old name
1681cd4a — Ludovic Courtès 12 years ago
gnu: Add libssh.

* gnu/packages/ssh.scm (libssh): New variable.
977f03ff — Ludovic Courtès 12 years ago
build-system/cmake: Build out of source tree by default.

* guix/build-system/cmake.scm (cmake-build): Change 'out-of-source?' to
  default to #t.
* guix/build/cmake-build-system.scm (configure): Add 'out-of-source?'
  keyword parameter and honor it.
b4f0bb17 — Ludovic Courtès 12 years ago
gnu: dmd: Add service documentation.

* gnu/system/dmd.scm (<service>): Add 'documentation' field.
  (host-name-service, mingetty-service, nscd-service, syslog-service,
  static-networking-service): Provide a 'documentation' value.
  (dmd-configuration-file): Use it.
b455a118 — Ludovic Courtès 12 years ago
gnu: qemu/smb-shares: Keep the original patches.

* gnu/packages/qemu.scm (qemu/smb-shares): Keep the patches from
  QEMU-HEADLESS.
Next