~ruther/guix-local

2dd36f5a — Ludovic Courtès 11 years ago
nls: Update 'eo' and 'vi' translations.
31469764 — Ludovic Courtès 11 years ago
Add Jason to 'AUTHORS'.
2af4937e — Jason Self 11 years ago
gnu: libvorbis: Update to 1.3.4.

* gnu/packages/xiph.scm (libvorbis): Update to version 1.3.4.

Signed-off-by: Jason Self <j@jxself.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
399fdcf7 — Jason Self 11 years ago
gnu: flac: Upgrade to 1.3.0.

* gnu/packages/xiph.scm (flac): Update to version 1.3.0.
  Remove 'patches' field.
* gnu/packages/patches/flac-fix-memcmp-not-declared.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.

Signed-off-by: Jason Self <j@jxself.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
49d91de7 — Eric Bavier 11 years ago
guix: refresh: Correctly identify invalid package names.

* guix/scripts/refresh.scm (guix-refresh): Check for null list
  returned by find-packages-by-name rather than #f.
5af6de3e — Ludovic Courtès 11 years ago
doc: Add a "System Installation" node.

* doc/guix.texi (Installation): Add cross-ref to "System Installation".
  (System Installation): New section.
  (System Configuration): Remove disclaimer.
8f297d42 — Ludovic Courtès 11 years ago
install: Remove GNU fdisk from the image.

* gnu/system/install.scm (installation-os): Remove FDISK.
932e1f92 — Ludovic Courtès 11 years ago
vm: Make sure disk image initrds load 'usb-storage.ko'.

Reported by David Thompson <dthompson2@worcester.edu>.

* gnu/system/vm.scm (system-disk-image): Add usb-storage.ko to the
  initrd.
246a8106 — Ludovic Courtès 11 years ago
doc: Remove redundant listing of services.

* doc/guix.texi (Defining Services): Remove listing of service
  procedures; add xref to "Services".
3942305e — Ludovic Courtès 11 years ago
guix system: reconfigure: Always use "/" as GRUB's target file system.

* guix/scripts/system.scm (perform-action) <reconfigure>: Wrap
  'install-grub' call in 'false-if-exception'.  Always use "/" as the
  target.
66672a45 — Ludovic Courtès 11 years ago
gnu: Synchronize synopses and descriptions with the Womb.

* gnu/packages/gimp.scm (gimp): Synchronize synopsis and description.
* gnu/packages/gl.scm (guile-opengl): Likewise.
* gnu/packages/gnome.scm (gnumeric): Likewise.
c11a6eb1 — Ludovic Courtès 11 years ago
services: Add options to 'guix-service'.

* gnu/services/base.scm (guix-service): Add #:use-substitutes? and
  #:extra-options parameters, and honor them.
* doc/guix.texi (Base Services): Adjust accordingly.
55e70e65 — Ludovic Courtès 11 years ago
system: Add 'nano' and 'lsof' to the base packages.

* gnu/system.scm (%base-packages): Add NANO and LSOF.
88a1976c — Jason Self 11 years ago
gnu: linux-libre: Update to 3.15.5.

* gnu/packages/linux.scm (linux-libre): Update to version 3.15.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f123a18f — Jason Self 11 years ago
gnu: linux-libre: Disable CONFIG_DEBUG_INFO and turn off nvidiafb module.

Disabling CONFIG_DEBUG_INFO so that local builds aren't so enormous.
Also turning off nvidiafb module based on a bug report I received.
Nouveau has its own framebuffer device and it looks like they conflict
if you load both.

* gnu/packages/linux-libre-x86_64.conf: Comment out CONFIG_FB_NVIDIA,
  and remove related items.  Comment out CONFIG_DEBUG_INFO.
* gnu/packages/linux-libre-i686.conf: Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4660b1e8 — Ludovic Courtès 11 years ago
nls: Add German translation.
bdfdf901 — Ludovic Courtès 11 years ago
nls: Update eo, pt_BR, sr, and vi package translations.
c3cf9d36 — Ludovic Courtès 11 years ago
Merge branch 'bug-17853'
314a83ef — Ludovic Courtès 11 years ago
guix system: Fix return value for 'reconfigure'.

* guix/scripts/system.scm (perform-action) <reconfigure>: Add missing
  'return' expression.
fa16f845 — Ludovic Courtès 11 years ago
linux-initrd: Allow extra modules to be passed to 'base-initrd'.

* gnu/system/linux-initrd.scm (base-initrd): Add #:extra-modules
  parameter.
Next