~ruther/guix-local

ref: e0ba5fe5abb44bbd17cb62dfd5909e7627160ef2 guix-local/gnu/packages d---------
e0ba5fe5 — Ludovic Courtès 12 years ago
gnu: linux-initrd: Fix typo.

* gnu/packages/linux-initrd.scm (gnu-system-initrd): Add missing
  argument to 'format' call.
c84d0eca — Ludovic Courtès 12 years ago
gnu: linux-pam: Add declarative PAM service interface.

* gnu/packages/linux.scm (<pam-service>, <pam-entry>): New record
  types.
  (pam-service->configuration, pam-services->directory,
  unix-pam-service): New procedures.
  (%pam-other-services): New variable.
590a4904 — Andreas Enge 12 years ago
gnu: isl: Update urls.

* gnu/packages/gcc.scm (isl): Update source and home page url.
e7b38500 — Ludovic Courtès 12 years ago
gnu: linux-libre: Upgrade to 3.11.

* gnu/packages/linux.scm (linux-libre): Upgrade to 3.11.  Add bc as an
  input.
0e2ddecd — Ludovic Courtès 12 years ago
gnu: grub: Add support for building configuration files.

* gnu/packages/grub.scm (<menu-entry>): New record type.
  (grub-configuration-file): New procedure.
* gnu/system/vm.scm (qemu-image): Remove parameters 'linux',
  'linux-arguments', and 'initrd'.  Add 'grub-configuration' parameter.
  Honor them, and remove grub.cfg generation code accordingly.
  (example2): Use `grub-configuration-file', and adjust accordingly.
a129e0d8 — Nikita Karetnikov 12 years ago
gnu: Add the 'license:' prefix.

* gnu/packages/glib.scm (itstool): Change 'gpl3+' to 'license:gpl3+'.
20a26ff5 — Cyril Roelandt 12 years ago
gnu: Add itstool.

* gnu/packages/glib.scm (itstool): New variable.
1b89a66e — Ludovic Courtès 12 years ago
gnu: vm: First stab at building a populated QEMU image.

* gnu/packages/linux-initrd.scm (gnu-system-initrd): New variable.
* gnu/system/vm.scm (qemu-image): Add #:linux-arguments parameter.
  [input->name+derivation]: Add case for 'store-path?' items.
  Remove LOADER from `inputs'.
7c1d8146 — Ludovic Courtès 12 years ago
gnu: vm: 'qemu-image' populates /dev on the target root file system.

* gnu/system/vm.scm (qemu-image): Use (guix build linux-initrd).  Remove
  'mknod' calls; use 'make-essential-device-nodes' to populate /dev on
  the target image.
* gnu/packages/linux-initrd.scm (qemu-initrd): When /root/dev exists,
  don't call 'make-essential-device-nodes'.
e9114708 — Andreas Enge 12 years ago
gnu: xorg: Update comment for mesa.

* gnu/packages/xorg.scm (mesa): New compilation trial with 9.2.
6c76c451 — Andreas Enge 12 years ago
gnu: libdrm: Update to 2.4.46.

* gnu/packages/xorg.scm (libdrm): Update to 2.4.46.
165fd9d5 — Ludovic Courtès 12 years ago
gnu: lzo: Build the shared library.

* gnu/packages/compression.scm (lzo): Build the shared library.
fbc1a58f — Cyril Roelandt 12 years ago
gnu: Add dfc.

* gnu/packages/system.scm (dfc): New variable.
340c7033 — Cyril Roelandt 12 years ago
gnu: Add htop.

* gnu/packages/system.scm (htop): New variable.
1e151896 — Ludovic Courtès 12 years ago
gnu: Add mingetty.

* gnu/packages/system.scm (mingetty): New variable.
d91712ee — Ludovic Courtès 12 years ago
gnu: linux-initrd: Factorize device node creation.

* guix/build/linux-initrd.scm (make-essential-device-nodes): New
  procedure.
* gnu/packages/linux-initrd.scm (qemu-initrd): Use it.
d9ff410f — Andreas Enge 12 years ago
gnu: Add git.

* gnu/packages/version-control.scm (git): New variable.
c3f3e150 — Andreas Enge 12 years ago
gnu: cairo: Update to 1.12.16.

* gnu/packages/gtk.scm (cairo): Update to 1.12.16.
abac80c0 — Andreas Enge 12 years ago
gnu: Update harfbuzz to 0.9.20.

* gnu/packages/gtk.scm (harfbuzz): Update to 0.9.20.
77c7f8f4 — Andreas Enge 12 years ago
gnu: python: Temporarily make python 2 the default.

* gnu/packages/python.scm (python-2): Rename this to...
* gnu/packages/python.scm (python): ...this, rename this to...
* gnu/packages/python.scm (python-3): ...this. Reverts to version 2 as the
  default input for packages requiring Python.
Next