~ruther/guix-local

ref: 3a3278e9560a8921e047e2e048c083a352e9b00a guix-local/gnu d---------
3a3278e9 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.17.3

* gnu/packages/linux.scm (linux-libre): Update to version 3.17.3.
13d18626 — 宋文武 11 years ago
gnu: Add Tiled.

* gnu/packages/games.scm (tiled): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a0e59dd8 — Ludovic Courtès 11 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update snapshot.
48bd76e0 — Ludovic Courtès 11 years ago
services: user-unmount: Change directory to "/" before unmounting.

* gnu/services/base.scm (user-unmount-service): Add 'chdir' call.
c29b69be — Ludovic Courtès 11 years ago
artwork: Update snapshot.

* gnu/artwork.scm (%artwork-repository): Update.
cd2512bf — Ludovic Courtès 11 years ago
gnu: file: Add itself as a native input for cross-compilation.

Fixes a regression introduced in c198872b.
Reported by John Darrington.

* gnu/packages/file.scm (file)[self-native-input?]: New field.
351d690f — Ludovic Courtès 11 years ago
gnu: aegis, quilt: Use file-5.20.

Suggested by Mark H Weaver.

* gnu/packages/version-control.scm (aegis): Use FILE-5.20 instead of FILE.
* gnu/packages/patchutils.scm (quilt): Likewise.
310081e2 — Ludovic Courtès 11 years ago
gnu: file: Remove replacement; add separate file-5.20 package.

* gnu/packages/file.scm (file)[replacement]: Remove.
  (file/fixed): Remove.
  (file-5.20): New variable.
db719df7 — Ludovic Courtès 11 years ago
gnu: net-base: Update to 5.3.

Reported by nebuli on #guix.

* gnu/packages/admin.scm (net-base): Update to 5.3.
9a0569aa — Ludovic Courtès 11 years ago
gnu: lsof: Update to 4.88.

Reported by nebuli on #guix.

* gnu/packages/lsof.scm (%ftp-base): New variable.
  (lsof): Update to 4.88.  Add /OLD as alternate URL.
bff39668 — Ludovic Courtès 11 years ago
vm: Set the boot flag on the root partition.

Reported by nebuli on #guix.

* gnu/build/vm.scm (initialize-partition-table): Add #:bootable?
  parameter and honor it.
  (initialize-hard-disk): Likewise.
ced0106a — Ludovic Courtès 11 years ago
linux-boot: Make more disk partition block devices.

Reported by nebuli on #guix.

* gnu/build/linux-boot.scm (make-disk-device-nodes): Make 16 block
  devices for disk partitions.
3940c5ca — Ludovic Courtès 11 years ago
gnu: file: Add 5.20 as a replacement--fixes CVE-2014-3710.

* gnu/packages/file.scm (file)[replacement]: New field.
  (file/fixed): New variable.
3fd242e0 — Ludovic Courtès 11 years ago
gnu: file: Fix typo in description.

* gnu/packages/file.scm (file)[description]: Fix typo.
ceb6b4c2 — Ludovic Courtès 11 years ago
linux-initrd: Add modules for ATA controllers by default.

Reported by th3kent on #guix.

* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add
  pata_acpi.ko and pata_atiixp.ko.
c43065a8 — Ludovic Courtès 11 years ago
gnu: chicken: Update to 4.9.0.1.

* gnu/packages/scheme.scm (chicken): Update to 4.9.0.1.
5dee9acf — Ludovic Courtès 11 years ago
gnu: gnutls: Update to 3.2.20--this fixes CVE-2014-8564.

* gnu/packages/patches/gnutls-server-name-fix.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gnutls.scm (gnutls): Update to 3.2.20.
  Remove 'patches' field.
b173d0e4 — Ludovic Courtès 11 years ago
gnu: guix: Add Emacs as an input.

* gnu/packages/package-management.scm (guix-0.7)[native-inputs]: Add
  Emacs.
be05e643 — Ludovic Courtès 11 years ago
gnu: windowmaker: Leave 'wmaker' unwrapped.

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

* gnu/packages/gnustep.scm (windowmaker)[arguments]: Add 'pre-configure'
  phase.  Change 'wrap' phase to wrap 'wmaker.inst', not 'wmaker'.
08dbc3b5 — Ludovic Courtès 11 years ago
services: xorg: Set argv[0] for the window manager.

* gnu/services/xorg.scm (xinitrc): Set argv[0] when invoking ratpoison
  or wmaker.
Next