~ruther/guix-local

da5538ef — Mark H Weaver 11 years ago
gnu: libunistring: Update to 0.9.4.

* gnu/packages/libunistring.scm (libunistring): Update to 0.9.4.
39ccbfad — Mark H Weaver 11 years ago
gnu: glibc: Update to 2.20.

* gnu/packages/patches/glibc-CVE-2014-5119.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/base.scm (glibc): Update to 2.20.  Remove patch.
  Raise minimum linux version to 2.6.32.
e759c0a3 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
4a4cbd0b — Ludovic Courtès 11 years ago
gexp: 'gexp->script' returns a script that can easily be compiled.

* guix/gexp.scm (gexp->script): Produce an 'eval-when' form around
  assignments of %load-path and %load-compiled-path.
84da4ad4 — Ludovic Courtès 11 years ago
linux-initrd: Build cpio archives without '--no-absolute-filenames'.

* gnu/build/linux-initrd.scm (write-cpio-archive): Remove
  '--no-absolute-filenames'.
e46db772 — Jason Self 11 years ago
gnu: linux-libre: Update to 3.16.2.

* gnu/packages/linux.scm (linux-libre): Update to version 3.16.2.
49fa9381 — Ludovic Courtès 11 years ago
linux-initrd: Populate the initrd's store with complete closures.

* gnu/system/linux-initrd.scm (expression->initrd): Add 'graph-files'.
  Use (guix build store-copy) and 'populate-store' instead of local
  hack.  Pass #:references-graphs to 'gexp->derivation'.
1456cff1 — Ludovic Courtès 11 years ago
gnu: unionfs-fuse/static: Remove store references from the executable.

* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]: Add #:phases.
b53833b2 — Ludovic Courtès 11 years ago
gexp: Allow use of high-level objects in #:references-graphs.

* guix/gexp.scm (lower-reference-graphs): New procedure.
  (gexp->derivation)[graphs-file-names]: New procedure.
  Use 'lower-reference-graphs', and augment #:inputs argument as a
  function of #:references-graphs.
* doc/guix.texi (G-Expressions): Adjust 'gexp->derivation' documentation
  accordingly.
* tests/gexp.scm ("gexp->derivation, store copy"): Remove reference to
  TWO in BUILD-DRV.  Use TWO directly in #:references-graphs argument.
  ("gexp->derivation #:references-graphs"): New test.
* gnu/system/vm.scm (qemu-image): Remove variable 'graph'; use INPUTS as
  the #:references-graphs argument to
  'expression->derivation-in-linux-vm'.
108293c5 — Jason Self 11 years ago
gnu: linux-libre: Revert to 3.16.1.

* gnu/packages/linux.scm (linux-libre): Revert to version 3.16.1.
8ed08c76 — Alex Kost 11 years ago
emacs: Add a face for installed packages.

* emacs/guix-list.el (guix-package-list-installed): New face.
  (guix-package-list-get-name): Use it.
8dd09fad — Jason Self 11 years ago
gnu: linux-libre: Update to 3.16.2.

* gnu/packages/linux.scm (linux-libre): Update to version 3.16.2.
9dd6078d — David Thompson 11 years ago
gnu: Add python-sphinx.

* gnu/packages/python.scm (python-sphinx, python2-sphinx): New variables.
fb35b7c0 — David Thompson 11 years ago
gnu: Add python-pygments.

* gnu/packages/python.scm (python-pygments, python2-pygments): New variables.
3580ab8b — David Thompson 11 years ago
gnu: Add python-docutils.

* gnu/packages/python.scm (python-docutils, python2-docutils): New variables.
fe34f0d1 — David Thompson 11 years ago
gnu: Add python-jinja2.

* gnu/packages/python.scm (python-jinja2, python2-jinja2): New variables.
8176d4d5 — David Thompson 11 years ago
gnu: Add python-markupsafe.

* gnu/packages/python.scm (python-markupsafe, python2-markupsafe): New
  variables.
5731cae3 — David Thompson 11 years ago
gnu: Add python-virtualenv.

* gnu/packages/python.scm (python-virtualenv, python2-virtualenv): New
  variables.
ec5dbb5c — David Thompson 11 years ago
gnu: Add python-itsdangerous.

* gnu/packages/python.scm (python-itsdangerous, python2-itsdangerous): New
  variables.
2cec1f6f — David Thompson 11 years ago
gnu: Add python-oauthlib.

* gnu/packages/python.scm (python-oauthlib, python2-oauthlib): New variables.
Next