~ruther/guix-local

7c247809 — Ludovic Courtès 9 years ago
guix build: '--with-source' overrides the 'replacement' of a package.

* guix/scripts/build.scm (package-with-source): Set 'replacement' to #f.
* tests/scripts-build.scm ("options->transformation, with-source,
replacement"): New test.
590b80d2 — Ricardo Wurmus 9 years ago
Merge branch 'version-0.12.0'
d1f30631 — John Darrington 9 years ago
gnu: Fix typo in comment.

* gnu/services/sddm.scm: Fix typo.
d229ba95 — Efraim Flashner 9 years ago
gnu: qemu: Update to 2.8.0.

* gnu/packages/qemu.scm (qemu): Update to 2.8.0.
[source]: Remove patches.
[arguments]: Set host_cc during 'configure.
* gnu/packages/patches/qemu-CVE-2016-8576.patch,
gnu/packages/patches/qemu-CVE-2016-8577.patch,
gnu/packages/patches/qemu-CVE-2016-8577.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
4da69687 — Julien Lepiller 9 years ago
gnu: coq: Build coqide

* gnu/packages/ocaml.scm (coq): Build coqide.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8afd1958 — Julien Lepiller 9 years ago
gnu: lablgtk: use ocamlfind in installation

* gnu/packages/ocaml.scm (lablgtk): Use ocamlfind in installation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
054fea97 — Julien Lepiller 9 years ago
gnu: lablgtk: Update to 2.18.5

* gnu/packages/ocaml.scm (lablgtk): Update to 2.18.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c8c385a0 — Leo Famulari 9 years ago
Revert "gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,9953}]."

The curl maintainers said this about 7.52.0:

"Attention! We will release a patch update within a few days to fix a
serious security problem found in curl 7.52.0. You may consider holding
off until then."

This message was displayed at <https://curl.haxx.se/download.html> on
2016-12-21.

This reverts commit 42366b35c3f9f8dc8b059d3369b8196a4b832c18.
f05f5b30 — Tobias Geerinckx-Rice 9 years ago
gnu: mlt: Update to 6.4.1.

* gnu/packages/video.scm (mlt): Update to 6.4.1.
9fa72841 — Tobias Geerinckx-Rice 9 years ago
gnu: jsoncpp: Update to 1.8.0.

* gnu/packages/serialization.scm (jsoncpp): Update to 1.8.0.
e177f819 — Tobias Geerinckx-Rice 9 years ago
gnu: xf86-video-vmware: Update to 13.2.1.

* gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.2.1.
[native-inputs]: Add eudev.
7aef9930 — Tobias Geerinckx-Rice 9 years ago
gnu: xcb-util-xrm: Update to 1.2.

* gnu/packages/xdisorg.scm (xcb-util-xrm): Update to 1.2.
82f44a36 — Tobias Geerinckx-Rice 9 years ago
gnu: xcape: Update to 1.2.

* gnu/packages/xdisorg.scm (xcape): Update to 1.2.
42366b35 — Marius Bakke 9 years ago
gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586,9952,9953}].

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.52.0.
(curl-7.51.0): Replace with ...
(curl-7.52.0): ... this.
7af6ecab — Ludovic Courtès 9 years ago
gnu: guix: Really skip "pivot-root" test.

This is a followup to fe9bdb581e6c4a62795f4ced6f4a5a8eab1a34e4 (which
introduced 'test-equal' for the "pivot-root" test) and to
198eac2bca075d0e71e504f1e8c46fddc62171bb (which updated the regexps for
skipped tests.)

* gnu/packages/package-management.scm (guix-0.12.0)[arguments]: In
'disable-container-tests' phase, add "test-equal" to the regexp, so that
"pivot-root" is really skipped.
7aa8785c — Ricardo Wurmus 9 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to b291b327.
b291b327 — Ludovic Courtès 9 years ago
gnu: linux-libre: Avoid invalid "kconfig" input on armhf and mips64el.

This fixes a bug whereby:

  guix build linux-libre -s armhf-linux

would fail with:

  guix build: error: gnu/packages/linux.scm:231:2: package `linux-libre-4.8.15' has an invalid input: ("kconfig" #f)

This led 'tests/guix-system.sh' to fail.

* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Never add #f
as a "kconfig" input.
6a148b9d — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.7-0.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-0.
21eced80 — Marius Bakke 9 years ago
gnu: nmap: Update to 7.40.

* gnu/packages/admin.scm (nmap): Update to 7.40.
64b5e413 — Ludovic Courtès 9 years ago
gnu: linux-libre: Avoid invalid "kconfig" input on armhf and mips64el.

This fixes a bug whereby:

  guix build linux-libre -s armhf-linux

would fail with:

  guix build: error: gnu/packages/linux.scm:231:2: package `linux-libre-4.8.15' has an invalid input: ("kconfig" #f)

This led 'tests/guix-system.sh' to fail.

* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Never add #f
as a "kconfig" input.
Next