~ruther/guix-local

b6d937d9 — Eric Bavier 10 years ago
gnu: american-fuzzy-lop: Update to 1.96b.

* gnu/packages/debug.scm (american-fuzzy-lop): Update to 1.96b.
  [arguments]: Create symbolic link to custom qemu, rather than copying.
2d8211ab — Eric Bavier 10 years ago
gnu: american-fuzzy-lop: Fix qemu configure flags.

Fixes regression introduced in 06da1a6.

* gnu/packages/debug.scm (american-fuzzy-lop)[qemu]: Override inherited
  #:configure-flags.
765973cd — Leo Famulari 10 years ago
gnu: Add iftop.

* gnu/packages/admin.scm (iftop): New variable.
c2af0260 — Leo Famulari 10 years ago
Revert "gnu: Add iftop."

This reverts commit 45da8c6dd10c93280277d17463d09fce6a25afe9.
45da8c6d — Leo Famulari 10 years ago
gnu: Add iftop.

* gnu/packages/admin.scm (iftop): New variable.
c74f0cb2 — Ludovic Courtès 10 years ago
tests: Prevent 'http_proxy' from breaking Web server tests.

* tests/lint.scm: Add call to 'unsetenv' to remove 'http_proxy'.
* tests/publish.scm: Likewise.
c4847f49 — Ludovic Courtès 10 years ago
doc: Fix typo in "Locales".

* doc/guix.texi (Locales): Add missing 's'.
6b779207 — Ludovic Courtès 10 years ago
system: grub: Search root device by label or UUID if possible.

Fixes <http://bugs.gnu.org/22281>.
Reported by Christopher Allan Webber <cwebber@dustycloud.org>.

* gnu/system/grub.scm (eye-candy): Add 'root-fs' parameter.  Replace
'search --file' command in the output with whatever 'grub-root-search'
returns.
(grub-root-search): New procedure.
(grub-configuration-file): Add 'store-fs' parameter.  Use
'grub-root-search' instead of hard-coded 'search --file' commands.
* gnu/system.scm (store-file-system,
operating-system-store-file-system): New procedures.
(operating-system-grub.cfg): Use it, and adjust call to
'grub-configuration-file'.
* tests/system.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
3738d870 — Mark H Weaver 10 years ago
gnu: ffmpeg: Update to 2.8.5.

* gnu/packages/video.scm (ffmpeg): Update to 2.8.5.
0c0207a9 — Mark H Weaver 10 years ago
gnu: gajim: Update to 0.16.5 [fixes CVE-2015-8688].

* gnu/packages/messaging.scm (gajim): Update to 0.16.5.
  [arguments]: Disable tests.
6c92d8dd — Ricardo Wurmus 10 years ago
gnu: bind-utils: Build and install "nsupdate".

* gnu/packages/dns.scm (bind-utils)[arguments]: Build and install
  "nsupdate" executable.
bd0eb667 — Ricardo Wurmus 10 years ago
gnu: bind-utils: Generalize "build" and "install" phases.

* gnu/packages/dns.scm (bind-utils)[arguments]: Generalize "build" and
  "install" phases.
b2844d8f — Ricardo Wurmus 10 years ago
gnu: bind-utils: Use "modify-phases" syntax.

* gnu/packages/dns.scm (bind-utils): Use "modify-phases" syntax.
89709287 — Pjotr Prins 10 years ago
gnu: r-qtl: Update to 1.38-4.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4.
1207a0c3 — Mark H Weaver 10 years ago
gnu: libxmp: Update to 4.3.10.

* gnu/packages/audio.scm (libxmp): Update to 4.3.10.
7ed01457 — Eric Bavier 10 years ago
gnu: Add NQC.

* gnu/packages/lego.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
ea4a0e81 — Eric Bavier 10 years ago
gnu: licenses: Add Mozilla Public License 1.0.

* guix/licenses.scm (mpl1.0): New variable.
feb767b2 — Leo Famulari 10 years ago
gnu: Add transmission-remote-cli.

* gnu/packages/bittorrent.scm (transmission-remote-cli): New variable.
aca738f3 — Ludovic Courtès 10 years ago
doc: Explain how to make the Info manual visible.

Suggested by David Thompson <dthompson2@worcester.edu>
at <http://bugs.gnu.org/22402>.

* doc/guix.texi (Binary Installation): Explain how to make the Info
manual visible.
5d94ac51 — Ludovic Courtès 10 years ago
doc: Explain how to remove services from a list.

Suggested by <swedebugia@riseup.net>.

* doc/guix.texi (Using the Configuration System): Add
@unnumberedsubsubsec.  Explain how to remove services from a list.
Mention (gnu system).
Next