~ruther/guix-local

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.
c299dffc — David Thompson 11 years ago
linux-initrd: Add AHCI modules.

* gnu/system/linux-initrd (linux-modules): Add them.
000f7559 — David Thompson 11 years ago
gnu: Add wireless-tools.

* gnu/packages/linux.scm (wireless-tools): New variable.
66c2703f — Ludovic Courtès 11 years ago
install: Set the store's permission to #o1775.

Fixes <http://bugs.gnu.org/18053>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/build/install.scm (directives): Add mode #o1775 for STORE.
501aa54f — Eric Bavier 11 years ago
gnu: Add datamash.

* gnu/packages/datamash.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
7a5c329b — Ludovic Courtès 11 years ago
Thank Marek.
a52127c0 — Ludovic Courtès 11 years ago
guix system: init: Always use /var/guix as the target state directory.

Fixes <http://bugs.gnu.org/18049>.
Reported by Marek Benc <merkur32@gmail.com>.

* guix/scripts/system.scm (copy-closure): Pass #:state-directory to
  'register-path'.
689142cd — Ludovic Courtès 11 years ago
guix-register: Add '--state-directory' parameter.

* nix/guix-register/guix-register.cc (GUIX_OPT_STATE_DIRECTORY): New
  macro.
  (parse_opt): Honor it.
* tests/guix-register.sh: Add test with '--state-directory'.
* guix/store.scm (register-path): Add #:state-directory parameter.
1c00f836 — Mark H Weaver 11 years ago
Fix typos in manual.

* doc/guix.texi (Using the Configuration System): 'gid' -> 'group'
  in user-account example.
  (Initial RAM Disk): 'base-init' -> 'base-initrd'.
0e534e74 — John Darrington 12 years ago
gnu: Add Aegis.

* gnu/packages/version-control.scm (aegis): New variable.
* gnu/packages/patches/aegis-constness-error.patch: New file.
* gnu/packages/patches/aegis-perl-tempdir1.patch: New file.
* gnu/packages/patches/aegis-perl-tempdir2.patch: New file.
* gnu/packages/patches/aegis-test-fixup-1.patch: New file.
* gnu/packages/patches/aegis-test-fixup-2.patch: New file.
a4dc3bdb — John Darrington 11 years ago
gnu: whitespace change only

* gnu/packages/version-control.scm: Remove blank line
Next