~ruther/guix-local

16f68e48 — Ludovic Courtès 12 years ago
gnu: Add Taylor UUCP.

* gnu/packages/uucp.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
9927622f — Ludovic Courtès 12 years ago
gnu: inetutils: Upgrade to 1.9.2.

* gnu/packages/admin.scm (inetutils): Upgrade to 1.9.2.  Add Readline
  as an input.
4eaad71d — Ludovic Courtès 12 years ago
doc: Fix another reference to (gnu packages admin).

* doc/guix.texi (Using the Configuration System): Change module name
  to (gnu packages admin).
8f0fd238 — Ludovic Courtès 12 years ago
gnu: Add mpc123.

* gnu/packages/mp3.scm (libmpcdec, mpc123): New variables.
9de46ffb — Ludovic Courtès 12 years ago
gnu: Changes references to (gnu packages admin).

* gnu/packages/version-control.scm, gnu/packages/vim.scm,
  gnu/system.scm, gnu/system/dmd.scm, gnu/system/shadow.scm,
  gnu/system/vm.scm: Change references to (gnu packages system) to (gnu
  packages admin).
  This is a followup to commit 4aeea89.
4aeea896 — Ludovic Courtès 12 years ago
gnu: Rename (gnu packages system) to (gnu packages admin).

* gnu/packages/system.scm: Rename to...
* gnu/packages/admin.scm: ... this.  Adjust module name accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Update.
c73d4c92 — Ludovic Courtès 12 years ago
gnu: Add ISC's DHCP implementation.

* gnu/packages/system.scm (isc-dhcp): New variable.
3e424f25 — Ludovic Courtès 12 years ago
gnu: Add libtirpc.

* gnu/packages/onc-rpc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
eb9a9fee — Ludovic Courtès 12 years ago
guix package: Gracefully handle EPIPE on '--search'.

* guix/scripts/package.scm (guix-package): Wrap body of 'search' in
  'leave-on-EPIPE'.
8fa3e6b3 — Ludovic Courtès 12 years ago
ui: Don't use hyphens in 'package->recutils' output.

* guix/ui.scm (package->recutils): Rename recutils field from
  'home-page' to 'homepage'.
6869e5c9 — Ludovic Courtès 12 years ago
gnu: Add aumix.

* gnu/packages/linux.scm (aumix): New variable.
40d806af — Ludovic Courtès 12 years ago
gnu: Add GnuPG's pinentry.

* gnu/packages/gnupg.scm (pinentry): New variable.
d50f242d — Ludovic Courtès 12 years ago
gnu: guile-ssh: Remove now unneeded cruft.

* gnu/packages/ssh.scm (guile-ssh): Remove libssh version hack from
  'autoreconf' phase.
15756a7a — Ludovic Courtès 12 years ago
gnu: Add Aspell dictionaries.

* gnu/packages/aspell.scm (aspell-dictionary): New procedure.
  (aspell-dict-en, aspell-dict-eo, aspell-dict-es, aspell-dict-fr): New
  variables.
1d6816f9 — Ludovic Courtès 12 years ago
config: '%store-directory' always honors $NIX_STORE_DIR.

* guix/config.scm.in (%store-directory): Honor $NIX_STORE_DIR.
* guix/store.scm (%store-prefix): Use %store-directory directly.
80d0447c — Ludovic Courtès 12 years ago
config: '%state-directory' always honors $NIX_STATE_DIR.

* guix/config.scm.in (%state-directory): Honor $NIX_STATE_DIR.
* guix/scripts/package.scm (%profile-directory): Use %state-directory
  directly.
* guix/store.scm (%default-socket-path, log-file): Likewise.
021a201f — Ludovic Courtès 12 years ago
store: Fix 'log-file' to support uncompressed logs.

* guix/store.scm (log-file): Report the file without '.bz2' if it
  exists.
87236aed — Ludovic Courtès 12 years ago
archive: Add '--missing'.

* guix/scripts/archive.scm (show-help, %options): Add '--missing'.
  (guix-archive)[lines]: New procedure.
  Use it to honor '--missing'.
* tests/guix-archive.sh: Add tests.
* doc/guix.texi (Invoking guix archive): Document '--missing'.
b8461260 — Ludovic Courtès 12 years ago
gnu: lsh: Move generic patching to 'snippet'.

* gnu/packages/lsh.scm (lsh): Move generic patching to the 'snippet'
  field of 'origin'.
590e4154 — Ludovic Courtès 12 years ago
archive: Make sure $sysconfdir/guix exists.

* guix/pki.scm (ensure-acl): Make sure the directory of %ACL-FILE
  exists.
* guix/scripts/archive.scm (generate-key-pair): Likewise for
  %PUBLIC-KEY-FILE.
Next