~ruther/guix-local

d7d42d6b — Andreas Enge 11 years ago
gnu: Add udev.

* gnu/packages/linux.scm (udev): New variable.
* gnu/packages/patches/udev-gir-libtool.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
e062d542 — Andreas Enge 11 years ago
gnu: Add kmod.

* gnu/packages/linux.scm (kmod): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9b9148d8 — Ludovic Courtès 11 years ago
linux-initrd: Allow unionfs to have a large number of open files.

Fixes <http://bugs.gnu.org/17827>.

* guix/build/linux-initrd.scm (mount-root-file-system) [volatile-root?]:
  Pass unionfs '-o max_file=65536'.
738146bf — Ludovic Courtès 11 years ago
nls: Update 'sr' translation.
b6a4dba1 — Ludovic Courtès 11 years ago
gnu: man-pages: Upgrade to 3.69.

* gnu/packages/man.scm (man-pages): Upgrade to 3.69.
d3e3b77d — Ludovic Courtès 11 years ago
gnu: gnupg: Upgrade to 2.0.23.

* gnu/packages/gnupg.scm (gnupg): Upgrade to 2.0.23.
ea971101 — Ludovic Courtès 11 years ago
gnu: global: Upgrade to 6.3.

* gnu/packages/global.scm (global): Upgrade to 6.3.
f513527a — Ludovic Courtès 11 years ago
Merge branch 'core-updates'
00fe9333 — Ludovic Courtès 11 years ago
substitute-binary: Warn about uninitialized ACL.

* guix/scripts/substitute-binary.scm (guix-substitute-binary): Call
  'check-acl-initialized'.
  (check-acl-initialized): Don't rely on 'equal?' to compare keys.
  Instead, convert keys to strings.
080571ee — Ludovic Courtès 11 years ago
doc: Mention KVM support for 'guix system'.

* doc/guix.texi (Invoking guix system): Add note about KVM support.
9b762b8d — Ludovic Courtès 11 years ago
system: Prefer packages from %FINAL-INPUTS.

* gnu/packages/base.scm (canonical-package): New procedure.
* gnu/system.scm (%base-packages): Pass BASH, COREUTILS, FINDUTILS,
  GREP, and SED through 'canonical-package'.
eef4096c — Ludovic Courtès 11 years ago
guix system: 'init' makes sure the target store directory exists.

* guix/scripts/system.scm (install): Before calling 'copy-closure', make
  sure directory (%store-prefix) under TARGET exists.
dc343935 — Ludovic Courtès 11 years ago
gnu: isc-dhcp: In native builds, refer to the final Coreutils and sed.

* gnu/packages/admin.scm (isc-dhcp)[inputs]: Add Coreutils and sed only
  when (%current-target-system) is true.
ae5c6fca — Ludovic Courtès 11 years ago
gnu: privoxy: Use etc/privoxy as the sysconfdir.

Reported by "d00000" on #guix.

* gnu/packages/tor.scm (privoxy)[arguments]: Add #:configure-flags.
2c14c6d7 — Mark H Weaver 11 years ago
gnu: gawk: Apply work around to build system for MIPS.

* gnu/packages/gawk.scm (gawk): Work around a build problem on MIPS.
ed4a8816 — Ludovic Courtès 11 years ago
gnu: linux-libre: Upgrade to 3.15.

* gnu/packages/linux.scm (linux-libre): Upgrade to 3.15.
c8f60748 — Ludovic Courtès 11 years ago
gnu: kbd: Patch buggy makefile.

* gnu/packages/linux.scm (kbd)[source]: Add 'modules' and 'snippet'
  fields.
81f61c17 — Ludovic Courtès 11 years ago
build: Add 'assert-final-inputs-self-contained' rule.

* build-aux/check-final-inputs-self-contained.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
  (assert-final-inputs-self-contained): New target.
  (distcheck-hook): Depend on it.
2eea253f — Ludovic Courtès 11 years ago
substitute-binary: Avoid the term "narinfo" in user messages.

* guix/scripts/substitute-binary.scm (assert-valid-narinfo): Change
  message to avoid the term "narinfo".
26fd908f — Ludovic Courtès 11 years ago
Thank Benno.
Next