~ruther/guix-local

3f4d8a7f — Danny Milosavljevic 8 years ago
guix system: Add "--file-system-type" option.

* guix/scripts/system.scm (process-action): Pass file-system-type to ...
(perform-action): ... here.  Add new keyword argument.  Pass new value to ...
(system-derivation-for-action): ... here.  Add new keyword argument.
Pass new value to system-disk-image.
* doc/guix.texi (disk-image): Document new option.
85c77480 — Kei Kebreau 8 years ago
gnu: gcr: Enable working tests.

* gnu/packages/patches/gcr-disable-failing-tests.patch,
gnu/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Add patches.
* gnu/packages/gnome.scm (gcr)[source]: Use patches.
[arguments]: Enable tests.
4f80be73 — Danny Milosavljevic 8 years ago
build: Clarify error message when make-iso9660-image fails.

* gnu/build/vm.scm (make-iso9660-image): Clarify error message.
1feb3076 — Danny Milosavljevic 8 years ago
build: Allow specifying volume-uuid with make-iso9660-image.

* gnu/build/file-systems.scm (iso9660-uuid->string): Export.
* gnu/build/vm.scm (make-iso9660-image): Add volume-uuid.
1ec0c1f3 — 宋文武 8 years ago
gnu: xfce: Propagate search paths of 'xfce4-panel'.

* gnu/packages/xfce.scm (xfce)[native-search-paths]: New field.
fd2d17cd — Roel Janssen 8 years ago
gnu: Add emacs-sparql-mode.

* gnu/packages/emacs.scm (emacs-sparql-mode): New variable.
be1033a3 — Danny Milosavljevic 8 years ago
build: Add iso9660 system image generator.

* build-aux/hydra/gnu-system.scm (qemu-jobs): Add 'iso9660-image .
* gnu/build/vm.scm (make-iso9660-image): New variable.  Export it.
* gnu/system/vm.scm (iso9660-image): New variable.  Use make-iso9660-image.
(system-disk-image): Use iso9660-image.
1b0f266e — Ludovic Courtès 8 years ago
gnu: Switch guile-cairo and dependents to Guile 2.2 again.

Fixes <https://bugs.gnu.org/27551>.
Reported by Leo Famulari <leo@famulari.name>.

This reinstates the following commits:

  e3ddb1e83 * gnu: guile-cairo: Switch to Guile 2.2.
  ae5c6ef39 * gnu: guile-gnome: Update to 2.16.5.
  0fd8013fc * gnu: guile-rsvg: Update to commit 05c6a2fd.
  66b9183c4 * gnu: guile-lib: Switch to Guile 2.2.

and adds the following changes:

* gnu/bootloader/grub.scm (svg->png): Add 'package->derivation' call for
GUILE-2.2.  Pass #:guile-for-build to 'gexp->derivation'.
* gnu/build/svg.scm (svg->png): Add 'em' and 'ex' to the 'let-values'
form to account for all the values returned by
'rsvg-handle-get-dimensions', which Guile 2.2 does not truncate.
61f81618 — Theodoros Foradis 8 years ago
gnu: Add toxic.

* gnu/packages/messaging.scm (toxic): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ed3485fa — Danny Milosavljevic 8 years ago
linux-initrd: Add isofs if necessary.

* gnu/system/linux-initrd.scm (base-initrd): Add isofs.
3fb8e281 — Alex Kost 8 years ago
gnu: emacs-guix: Update to 0.3.2.

* gnu/packages/emacs.scm (emacs-guix): Update to 0.3.2.
[arguments]: Add '--with-guix-site-ccache-dir' configure flag, as Guix
installs its .go files separately nowadays.
9c0a05b3 — Danny Milosavljevic 8 years ago
file-systems: iso9660-uuid->string: Use "-" as separator in the result.

* gnu/build/file-systems.scm (iso9660-uuid->string): Use "-" as separator
in the result.
f277dea2 — Leo Famulari 8 years ago
gnu: beets: Update to 1.4.5.

* gnu/packages/music.scm (beets): Update to 1.4.5.
50cb948f — Ludovic Courtès 8 years ago
install: Re-add /bin/sh.

Reported by Divan Santana <divan@santanas.co.za>.
/bin/sh had disappeared in commit
387e175492f960d7d86f34f3b2e43938fa72dbf3.

* gnu/system/install.scm (%installation-services): Add
'special-files-service-type' instance.
e00a5909 — Leo Famulari 8 years ago
gnu: python-vobject: Update to 0.9.5.

* gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.5.
477aa334 — Leo Famulari 8 years ago
gnu: vdirsyncer: Update to 0.16.0.

* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.0.
[license]: Change to bsd-3.
bfba1269 — Efraim Flashner 8 years ago
gnu: ovmf: Fix build on x86_64.

This is a follow-up to 2eb95ade8f08bfd418b1470f1093c5b4bf2332ee.

* gnu/packages/firmware.scm (ovmf)[arguments]: Fix the syntax used when
following the x86_64 fork of the arguments.
dbde386e — 宋文武 8 years ago
ui: package->recutlis: Remove duplicated package names in dependencies.

* guix/ui.scm (package->recutils): Add call to 'delete-duplicates' in
'dependencies->recutils'.
b2fde480 — Ludovic Courtès 8 years ago
store: 'references/substitutes' really caches its result.

Until now the cache was always empty because 'for-each' was passed ITEMS
as its second argument, and ITEMS was the empty list at that point.

* guix/store.scm (references/substitutes): Add 'requested' variable.
Use it as second argument of 'for-each' in base case.
2633bd32 — Ludovic Courtès 8 years ago
store: 'references/substitutes' save an RPC is the trivial case.

* guix/store.scm (references/substitutes): Save a
'substitutable-path-info' call when MISSING is empty.
Next