~ruther/guix-local

bce7526f — Ludovic Courtès 11 years ago
Add comments about global memoization.

* guix/build-system/gnu.scm (standard-inputs): Add comment about
  misplaced memoization.
* guix/packages.scm (cache): Likewise.
1b09031f — Ludovic Courtès 11 years ago
services: Allow 'check-file-system' to work for non-boot-time file systems.

* gnu/services/base.scm (file-system-service)[start]: Set $PATH so that
  fsck.* can be found.  Reported by "DusXMT".
02dd2a9c — Ludovic Courtès 11 years ago
Update 'NEWS'.
2aa6efb0 — Cyril Roelandt 11 years ago
guix package: add a "show" option.

* doc/guix.texi: Update the documentation.
* guix/scripts/package.scm: Add a "show" option.
* tests/guix-package.sh: Add a test for the "show" option.
9c0fc279 — Cyril Roelandt 11 years ago
ui: add the "dependencies" field to package->recutils:

* guix/ui.scm (package->recutils): Print the dependencies of the package.
a4f51df9 — Ludovic Courtès 11 years ago
nls: Add Hungarian translation.
58f485cc — Ludovic Courtès 11 years ago
build: Fix typo that would lead to hitting the socket name length limit.

* tests/guix-register.sh: Remove redundant $new_store in $NIX_STATE_DIR,
  introduced in 689142cd ("guix-register: Add '--state-directory'
  parameter.")  Reported by Eric Bavier <ericbavier@gmail.com> and
  Alen Skondro <askondro@gmail.com>.
7779ab61 — Ludovic Courtès 11 years ago
doc: Show output of 'guix refresh --list-dependent' example.

* doc/guix.texi (Invoking guix refresh): Show example output of the
  command.
65ea7111 — Ludovic Courtès 11 years ago
guix refresh: Use (ice-9 format).

* guix/scripts/refresh.scm: Use (ice-9 format).
8334cf5b — Ludovic Courtès 11 years ago
guix system: Factorize 'copy-closure'.

* guix/scripts/system.scm (copy-closure): Rename to...
  (copy-item): ... this.
  (copy-closure): New procedure.
  (install): Use it, and remove redundant code.
fcbf703e — Jason Self 11 years ago
gnu: ffmpeg: Remove --disable-vis.

* gnu/packages/video.scm (ffmpeg): Remove --disable-vis.
7e81a455 — Jason Self 11 years ago
gnu: wpa-supplicant: Update to 2.2.

* gnu/packages/admin.scm (wpa-supplicant): Update to version 2.2.
a915ab6a — Jason Self 11 years ago
gnu: sudo: Update to 1.8.10p3.

* gnu/packages/admin.scm (sudo): Update to version 1.8.10p3.
7d193ec3 — Eric Bavier 11 years ago
guix: refresh: Add --list-dependent option.

* guix/packages.scm (package-direct-inputs): New procedure.
* gnu/packages.scm (vhash-refq, package-direct-dependents)
  (package-transitive-dependents, package-covering-dependents): New procedures.
* guix/scripts/refresh.scm (%options, show-help, guix-refresh): Add
  --list-dependent option.
* doc/guix.texi (Invoking guix refresh): Document '--list-dependent' option.
516e3b6f — Eric Bavier 11 years ago
guix: utils: Add fold-tree and fold-tree-leaves.

* guix/utils.scm (fold-tree, fold-tree-leaves): New functions.
* tests/utils.scm: Add tests for them.
da891830 — Jason Self 11 years ago
gnu: htop: Update to 1.0.3.

* gnu/packages/admin.scm (htop): Update to version 1.0.3.
180d7ac1 — Jason Self 11 years ago
gnu: dfc: Update to 3.0.4.

* gnu/packages/admin.scm (dfc): Update to version 3.0.4.
0a643dc6 — John Darrington 11 years ago
gnu: Enable swig tests.

* gnu/packages/swig.scm (swig): Add boost as input and enable tests.
428a62f2 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.6.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.6.
ebc28a7d — David Thompson 11 years ago
install: Add wireless-tools package.

* gnu/system/install.scm (installation-os): Add wireless-tools to packages.
Next