~ruther/guix-local

b57ec5f6 — Mathieu Lirzin 10 years ago
gnu: file-systems: Fix typo.

* gnu/system/file-systems.scm (%container-file-systems): Fix typo in a
  comment.
663d0733 — Alex Kost 10 years ago
guix lint: Remove duplicated module lines.

* guix/scripts/lint.scm (guix): Remove duplicated lines for using
  'srfi-34' and 'srfi-35' modules.  These lines were introduced twice by
  commits b210b35 and 002c57c.
f0afb0c8 — David Hashe 10 years ago
gnu: Add rhythmbox.

* gnu/packages/gnome.scm (rhythmbox): New variable.
98b385d1 — Ludovic Courtès 10 years ago
gnu: Add 'libstdc++-doc'.

* gnu/packages/gcc.scm (make-libstdc++-doc): New procedure.
  (libstdc++-doc-4.9, libstdc++-doc-5.1): New variables.
e662d644 — Claes Wallin 10 years ago
gnu: Add execline.

* gnu/package/skarnet.scm (execline): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4e2bd414 — Claes Wallin 10 years ago
gnu: Add skalibs.

* gnu/package/skarnet.scm (skalibs): New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fd83aa00 — Claes Wallin 10 years ago
gnu: pumpa: Update to 0.9.1.

* gnu/packages/pumpio.scm (pumpa): Update to 0.9.1.  Change URL.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
c7bdc6bb — Mark H Weaver 10 years ago
gnu: polkit: Update to 0.113.

* gnu/packages/polkit.scm (polkit): Update to 0.113.
087a4e9c — Mark H Weaver 10 years ago
gnu: openssh: Update to 6.9p1.

* gnu/packages/ssh.scm (openssh): Update to 6.9p1.
  [source]: Use http mirrors.  Add mirror from Erlangen.
f8facc18 — Mark H Weaver 10 years ago
install: Fix variable reference to iproute2 package.

This is a followup to commit d43002f64599fb80294d4c00e3a682a2776c885c.

* gnu/system/install.scm (installation-os)[packages]: Refer to IPROUTE instead
  of IPROUTE2.
e52ecc74 — Mark H Weaver 10 years ago
gnu: openssl: Update to 1.0.2d.

* gnu/packages/tls.scm (openssl): Update to 1.0.2d.
a60cd281 — Mark H Weaver 10 years ago
gnu: ntp: Update to 4.2.8p3; use system libevent.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8p3.
  [source]: Add snippet to remove bundled copy of libevent.
  [inputs]: Add libevent.
  [arguments]: Add 'disable-network-test' phase.
77411390 — Alex Kost 10 years ago
emacs: Find autoloads in "guix.d" subdirectories.

Co-authored-by: Federico Beffa <beffa@fbengineering.ch>.

* emacs/guix-emacs.el (guix-emacs-find-autoloads-in-directory,
  guix-emacs-subdirs): New functions.
  (guix-emacs-find-autoloads): Search for autoloads in "guix.d"
  subdirectories.
  (guix-emacs-load-autoloads): Add subdirectories to 'load-path'.
* emacs/guix-init.el.in: Do not add guix emacs directory to 'load-path'
  because it will be done by 'guix-emacs-load-autoloads'.  Move
  requiring 'guix-emacs' from the top-level to a clause for checking for
  'guix-package-enable-at-startup'.
d43002f6 — Ludovic Courtès 10 years ago
install: Add iproute2 to the installation image.

Fixes <http://bugs.gnu.org/21019>.
Reported by <info@danieleparisi.me>.

* gnu/system/install.scm (installation-os)[packages]: Add IPROUTE2.
68702167 — Mark H Weaver 10 years ago
gnu: gnome-terminal: Move dconf to propagated-inputs.

* gnu/packages/gnome.scm (gnome-terminal): Move dconf from inputs to
  propagated-inputs.
b62a3ebc — Ludovic Courtès 10 years ago
tests: Skip namespace-related tests when that feature is missing.

* tests/syscalls.scm ("clone", "setns", "pivot-root"): Skip
  unless (user-namespace (getpid)) exists.
6c413c92 — Mark H Weaver 10 years ago
Revert "gnu: boost: Update to 1.58.0."

This reverts commit 16de69c950c473cc3d386cd7569bd1d6051614b6.
1e49bcf9 — David Thompson 10 years ago
gnu: Include (guix build syscalls) module in initrd/VM derivations.

This bug was introduced in commit 85c3127.

Thanks to Christopher Webber for reporting it.

* gnu/syste/linux-initrd.scm (base-initrd): Include (guix build syscalls)
  module in derivation.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
e8627cd9 — David Hashe 10 years ago
gnu: brasero: Update to 3.12.1, Add inputs.

* gnu/packages/gnome.scm (brasero): Update to 3.12.1.
  [inputs]: Add gobject-introspection, nettle, and totem-pl-parser.
b93c1d9d — Mark H Weaver 10 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to dd91141.
  [arguments]: Use 'modify-phases'.  Add 'disable-container-tests' phase.
Next