~ruther/guix-local

0cd3e818 — Hartmut Goebel 8 years ago
gnu: kitemmodels: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
986447c8 — Hartmut Goebel 8 years ago
gnu: kguiaddons: Remove unused native input.

The xorg server is not required since change
1de5b667f896aa2c612416bffac5f77cae94c5f4.

* gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove
  xorg-server.
e7aab773 — Hartmut Goebel 8 years ago
gnu: kguiaddons: Add more optional inputs.

* gnu/packages/kde-frameworks.scm (kguiaddons)
  [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
30e760f0 — Marius Bakke 8 years ago
gnu: gnome-shell: Fix startup failure.

Fixes <https://bugs.gnu.org/27264>.

* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
758798a9 — Marius Bakke 8 years ago
gnu: geoclue: Create typelib files.

* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
74e64724 — Mathieu Othacehe 8 years ago
doc: Adapt to multiple bootloader support.

* doc/guix.texi (GRUB configuration): Rename to "Bootloader
  configuration".
  Remove device-mount-point field from menu-entry description.
  Adapt occurences of "GRUB" in other sections.
8b22107e — Mathieu Othacehe 8 years ago
bootloader: Use menu-entry to define custom bootloader entries.

* gnu/bootloader.scm (<menu-entry>): New variable. Export associated getters,
This record is extracted from grub module.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use
  menu-entry->boot-parameters to convert menu-entry records to
  boot-parameters.
* gnu/bootloader/grub.scm (<menu-entry>): Remove.
(boot-parameters->menu-entry): Remove.
(grub-configuration-file): Use boot-parameters to create configuration
entries.
* gnu/system.scm (menu-entry->boot-parameters): New exported procedure.
45f523d9 — Maxim Cournoyer 8 years ago
gnu: emacs: Fix ert-runner by adding 'reporters' subdirectory.

Previous this change, ert-runner would fail with error:
"Invalid reporter: dot".

* gnu/packages/emacs.scm (ert-runner)[include]: Add regexp to match elisp
files under the 'reporters' subdirectory.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
df34f478 — Maxim Cournoyer 8 years ago
build-system: emacs: Factorize include/exclude default arguments.

The `install' phase of the emacs-build-system contained default arguments
duplicated from the host side `emacs-build' procedure. This change factorizes
them so that:

1. They are not duplicated.
2. They can be reused and extended easily when defining emacs packages.

* guix/build/emacs-build-system.scm (%default-include, %default-exclude): New
  variables.
(install): Use %default-include and %default-exclude as default arguments.
* guix/build-system/emacs.scm: Use and re-export %default-include,
%default-exclude from (guix build emacs-build-system).
(emacs-build): Use %default-include and %default-exclude as default arguments.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
dfe93c9a — Rutger Helling 8 years ago
gnu: Add nftables.

* gnu/packages/linux.scm (nftables): New variable

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
4391a029 — Clément Lassieur 8 years ago
gnu: the-silver-searcher: Update to 2.0.0.

* gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
f69ff11a — Ben Woodcroft 8 years ago
gnu: diamond: Update to 0.9.6.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.6.
1577a658 — Mark H Weaver 8 years ago
gnu: guile-2.2: Increase max-silent-time to 6 hours.

* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time
to 6 hours.
f45878a8 — Mark H Weaver 9 years ago
mapped-devices: Cope with delayed appearance of LUKS source.

Fixes <https://bugs.gnu.org/27242>.

* gnu/system/mapped-devices.scm (open-luks-device): If
'find-partition-by-luks-uuid' fails, try again once per second, up to ten
times.
517c66c0 — Clément Lassieur 8 years ago
gnu: livemedia-utils: Change source URL to one that is archived.

* gnu/packages/video.scm (livemedia-utils)[source]: Change it.
9a68fb6c — Mark H Weaver 8 years ago
gnu: Rename 's' to 's-shell'.

* gnu/packages/shells.scm (s): Rename to ...
(s-shell): ... this.
[name]: Change to "s-shell".
94db92f7 — Leo Famulari 8 years ago
artwork: Use a descriptive name for the source directory.

* gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and
use the full commit hash when fetching.
4679dd69 — James Richardson 8 years ago
import: cpan: Update CPAN importer to use MetaCPAN v1 API.

* guix/import/cpan.scm (module->dist-name, cpan-fetch): Use metacpan.org
URLs.
* tests/cpan.scm ("cpan->guix-package"): Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fe4e0b0a — Christopher Baines 8 years ago
gnu: Add packagekit.

* gnu/packages/freedesktop.scm (packagekit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fa511e29 — Ludovic Courtès 8 years ago
doc: Use 'guix environment --no-grafts' to debug build failures.

* doc/guix.texi (Debugging Build Failures): Pass --no-grafts to 'guix
environment' and explain.
Next