~ruther/guix-local

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.
bf8e7fc5 — Ludovic Courtès 12 years ago
store: Add a printer for <nix-server>.

* guix/store.scm (<nix-server>): Set a printer.
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.
93d44bd8 — Ludovic Courtès 12 years ago
gnu: vm: `qemu-image' can copy store closures into the target image.

* gnu/system/vm.scm (qemu-image): Add #:inputs-to-copy and
  #:boot-expression parameters.  Honor them.  Append INPUTS-TO-COPY to
  the #:inputs argument for `expression->derivation-in-linux-vm'.
  (example2): Add #:boot-expression and #:inputs-to-copy arguments.
4c0f0673 — Ludovic Courtès 12 years ago
gnu: `expression->derivation-in-linux-vm' accepts files as inputs.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Accept items
  in INPUTS that refer to a file instead of a package.
ca85d7bc — Ludovic Courtès 12 years ago
gnu: `expression->derivation-in-linux-vm' export references graphs.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add
  #:reference-graphs parameter.  Honor it.  Delete duplicates in
  #:modules argument.
b48d21b2 — Ludovic Courtès 12 years ago
gnu: linux-initrd: Make device nodes for QEMU's hard disk.

* gnu/packages/linux-initrd.scm (qemu-initrd): Make /dev/vda*.
89bf140b — Ludovic Courtès 12 years ago
gnu: linux-initrd: Make Guile modules accessible in the chroot.

* gnu/packages/linux-initrd.scm (qemu-initrd): Add (guix build utils) to
  #:modules, and use it.  Copy .scm and .go files to /root.
* guix/build/linux-initrd.scm (bind-mount): New procedure.
1aebc0cb — Andreas Enge 12 years ago
gnu: python: Adapt native-search-paths for Python 3.3.

* gnu/packages/python.scm (python): Modify native-search-paths.
f26a77ff — Andreas Enge 12 years ago
gnu: Add Python 3.

*  gnu/packages/python.scm (python-2): Rename from python for version 2.
*  gnu/packages/python.scm (python): New variable for version 3.
91dcbafa — Andreas Enge 12 years ago
gnu: Add yasm.

* gnu/packages/yasm.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
37f9ff63 — Andreas Enge 12 years ago
gnu: Add xmlto.

* gnu/packages/xml.scm (xmlto): New variable.
24b5c463 — Andreas Enge 12 years ago
gnu: Add dbus-glib.

* gnu/packages/glib.scm (dbus-glib): New variable.
Next