~ruther/guix-local

7eed1d04 — Ludovic Courtès 12 years ago
hydra: Add Git as an input to the "tarball" job.

* build-aux/hydra/guix.scm (tarball-package): Add `native-inputs' field.
bda44eed — Ludovic Courtès 12 years ago
pull: Compile files in the lexicographic order.

* guix/scripts/pull.scm (unpack): Print the name of the file being
  compiled.  Sort the names of files to compile.
8badfc55 — Ludovic Courtès 12 years ago
build-system/cmake: Fix typo.

* guix/build-system/cmake.scm (default-cmake): Add missing quote.
0a2873e5 — Ludovic Courtès 12 years ago
build-system/gnu: Delay resolution of (@ (gnu packages cmake) cmake).

* guix/build-system/cmake.scm (default-cmake): New procedure.
  (cmake-build): Use it.
00554b2a — Ludovic Courtès 12 years ago
substitute-binary: Show the Nar size, when available.

* guix/scripts/substitute-binary.scm (guix-substitute-binary)["--substitute"]:
  Show the Nar size, when available.
* guix/ui.scm (show-what-to-build): Add 'TODO'.
43dd9202 — Ludovic Courtès 12 years ago
union: Don't traverse sub-directories only found in one element of the union.

This significantly reduces I/O when building profiles, especially with
lots of package-specific sub-directories (such as 'share/emacs/24.3',
'texmf', etc.)

* guix/build/union.scm (union-build)[file-tree](others-have-it?): New
  procedure.  Use it in the 'enter?' parameter of 'file-system-fold';
  change 'skip' parameter accordingly.
* tests/union.scm ("union-build"): Ensure that 'include' is a symlink
  and 'bin' is a directory.
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*.
Next