- Jun 08, 2017
-
-
Julien Lepiller authored
* gnu/packages/php.scm (php): Update to 7.1.6.
-
Kei Kebreau authored
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.16.
-
Leo Famulari authored
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.15.0. (python-acme, python2-acme)[arguments]: Remove 'patch-dependency' phase. This issue was fixed upstream: https://github.com/certbot/certbot/commit/d0e471dc8093bd0d08c5a739e5cf9677240d9c0e
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kpackage,plasma-framework)[arguments]: Update comment (number of failed tests). (kdeclarative)[arguments]<#:phases>: Update comment. (bluez-qt,knotifications,kpty,ktexteditor,ktextwidgets,solid)[inputs]: Add a todo comment. (kguiaddons): Add a todo comment. (phonon)[native-inputs]: Add a todo comment. * gnu/packages/kde-frameworks.scm (kauth)[arguments]<#:phases>: Add a todo comment.
-
Hartmut Goebel authored
Make five tests pass, three are still failing – thus the test-suite is still disabled. This commit's aim is to retain the progress. * gnu/packages/kde-frameworks.scm (kwindowsystem)[native-inputs]: Add dbus. [arguments]<#:test?>: Change comment. <#:phases>: Replace phase `check` by new one befind 'install'.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Test-suite is now passing; reenable it.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kiconthemes)[arguments]: Test-suite is now passing; reenable it.
-
Hartmut Goebel authored
The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by gpgme.
-
Hartmut Goebel authored
The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add hunspell; add todo comment for other language's spell-checker.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kpackage)[inputs]: Add kdoctools.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add pkg-config. [inputs]: Add kwayland.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add pkg-config.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kinit) [native-inputs]: Add pkg-config. [inputs]: Add kdoctools, libcap.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Add mit-krb5, qtscript.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kimageformats) [native-inputs]: Add pkg-config. [inputs]: Add karchive, openexr. [arguments]<#:configure-flags>: Set include-flags.
-
Hartmut Goebel authored
Some packages started a x.org server for testing, which can be avoided by setting QT_QPA_PLATFORM=offscreen. * gnu/packages/kde-frameworks.scm (kitemmodels) [native-inputs]: Remove xorg-server. [arguments]<#phases> 'start-xorg-server' replace by 'check-setup'. (kplotting, kcrash, kimageformats): Likewise. (kitemviews)[native-inputs]: Remove xorg-server. [arguments]<#phases> 'start-xorg-server': Remove phase; 'check-setup': set QT_QPA_PLATFORM=offscreen.
-
Hartmut Goebel authored
The xorg server is not required since change 548f99b3. * gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove xorg-server.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
-
Hartmut Goebel authored
The xorg server is not required since change 1de5b667. * gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove xorg-server.
-
Hartmut Goebel authored
* gnu/packages/kde-frameworks.scm (kguiaddons) [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
-
Marius Bakke authored
Fixes <https://bugs.gnu.org/27264>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
-
Marius Bakke authored
* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
-
Mathieu Othacehe authored
* 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.
-
Mathieu Othacehe authored
* 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.
-
Maxim Cournoyer authored
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>
-
Maxim Cournoyer authored
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>
-
Rutger Helling authored
* gnu/packages/linux.scm (nftables): New variable Signed-off-by:
Kei Kebreau <kei@openmailbox.org>
-
Clément Lassieur authored
* gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
-
- Jun 07, 2017
-
-
Ben Woodcroft authored
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.6.
-
Mark H Weaver authored
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 6 hours.
-
Mark H Weaver authored
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.
-
Clément Lassieur authored
* gnu/packages/video.scm (livemedia-utils)[source]: Change it.
-
Mark H Weaver authored
* gnu/packages/shells.scm (s): Rename to ... (s-shell): ... this. [name]: Change to "s-shell".
-
Leo Famulari authored
* gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and use the full commit hash when fetching.
-
James Richardson authored
* 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>
-
Christopher Baines authored
* gnu/packages/freedesktop.scm (packagekit): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
* doc/guix.texi (Debugging Build Failures): Pass --no-grafts to 'guix environment' and explain.
-
Nicolas Goaziou authored
* gnu/packages/emacs.scm (emacs-org): Update to 20170606. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Clément Lassieur authored
* gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
-