- Sep 11, 2019
-
-
Tobias Geerinckx-Rice authored
A follow-up commit to 0cd3e99d. * doc/guix.texi (Application Setup): Fix my own typo.
-
Joshua Branson authored
* doc/guix.texi (Application Setup): Suggest ‘fc-cache -rv’ instead of ‘fc-cache -f’. Signed-off-by:
Tobias Geerinckx-Rice <me@tobias.gr>
-
Sou Bunnbu (宋文武) authored
This is a followup to ef640db2. * gnu/services/virtualization.scm (libvirt-shepherd-service): Set '#:environment-variables' for 'make-forkexec-constructor'.
-
Tobias Geerinckx-Rice authored
* gnu/packages/cups.scm (foo2zjs): Update to 20190909.
-
Maxim Cournoyer authored
* gnu/packages/gnome.scm (workrave)[propagated-inputs]: Move them all to... [inputs]: ...here. [native-inputs]: Move libxscrnsaver to the 'inputs' field.
-
Maxim Cournoyer authored
* gnu/packages/gnome.scm (workrave): Update version and hash strings. [inputs]: Remove python-cheetah. [native-inputs]: Add boost, python-3 and python-jinja2; remove the "bin" output of glib.
-
Ludovic Courtès authored
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.19.
-
Ludovic Courtès authored
* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.13.
-
Ludovic Courtès authored
* gnu/packages/guile.scm (guile-json, guile-json-3): Change URL to mirror://savannah.
-
Ludovic Courtès authored
* gnu/packages/guile.scm (guile-json-3): Update to 3.2.0.
-
Ludovic Courtès authored
* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.2.0.
-
Sou Bunnbu (宋文武) authored
This reverts commit 903e051a to fix <https://bugs.gnu.org/31365>. The full path of the 'ip' command is already embedded, and we want to search 'qemu' in PATH. * gnu/packages/virtualization.scm (libvirt): Remove 'wrap-libvirtd phase. Add configure flags to run qemu as 'nobody:kvm'. * gnu/services/virtualization.scm (libvirt-service-type): Add 'qemu' to the system profile.
-
Maxim Cournoyer authored
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.31.0.
-
Maxim Cournoyer authored
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.15.1; re-enable tests.
-
Maxim Cournoyer authored
* gnu/packages/python-xyz.scm (python-parso)[phases]: Replace the check phase.
-
Maxim Cournoyer authored
* gnu/packages/python-xyz.scm (python-parso): Update to 0.5.1.
-
Steve Sprang authored
* gnu/packages/engineering.scm (openscad): New variable. Signed-off-by:
Efraim Flashner <efraim@flashner.co.il>
-
Rutger Helling authored
* gnu/packages/linux.scm (nftables): Update to 0.9.2.
-
Rutger Helling authored
* gnu/packages/linux.scm (libnftnl): Update to 1.1.4.
-
- Sep 10, 2019
-
-
Tobias Geerinckx-Rice authored
* gnu/packages/gnome.scm (libsoup)[source]: Hard-code NAME.
-
Tobias Geerinckx-Rice authored
* gnu/packages/gnome.scm (tracker)[source]: Hard-code NAME.
-
Tobias Geerinckx-Rice authored
* gnu/packages/gnome.scm (gvfs)[source]: Hard-code NAME.
-
Tobias Geerinckx-Rice authored
* gnu/packages/check.scm (umockdev): Update to 0.13.2.
-
Tobias Geerinckx-Rice authored
* gnu/packages/music.scm (yoshimi): Update to 1.6.0.1.
-
Tobias Geerinckx-Rice authored
* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.65.
-
Tobias Geerinckx-Rice authored
* gnu/packages/linux.scm (havege)[description]: Substitute @acronym for @dfn mark-up.
-
Tobias Geerinckx-Rice authored
* gnu/packages/linux.scm (haveged)[home-page]: Use HTTPS.
-
Tobias Geerinckx-Rice authored
* gnu/packages/linux.scm (haveged): Update to 1.9.6.
-
Brian Leung authored
* gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.5. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Steve Sprang authored
* gnu/packages/graphics.scm (opencsg): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Brian Leung authored
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.1. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
Fixes <https://bugs.gnu.org/37371>. * gnu/packages/patches/cmake-curl-certificates.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cmake.scm (cmake/fixed): New variable.
-
Tobias Geerinckx-Rice authored
* gnu/packages/web-browsers.scm (links): Update to 2.20.1.
-
Tobias Geerinckx-Rice authored
* gnu/packages/networking.scm (strongswan): Update to 5.8.1.
-
Tobias Geerinckx-Rice authored
* gnu/packages/video.scm (youtube-dl): Update to 2019.09.01.
-
Tobias Geerinckx-Rice authored
* gnu/packages/wm.scm (i3blocks): Update to 1.5. [source]: Use git tag. [arguments]: Remove entirely.
-
Tobias Geerinckx-Rice authored
* gnu/packages/irc.scm (weechat): Update to 2.6. [source]: Remove obsolete patch. [inputs]: Replace python-2 with python(@3). [arguments]: Remove ‘wrap’ phase. * gnu/packages/patches/weechat-python.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
-
Hartmut Goebel authored
Fixes <http://issues.guix.gnu.org/issue/30345> and finally fixes <http://issues.guix.gnu.org/issue/25020>. Formerly packages living in a path like /stable/frameworks/5.60/portingAids/kross-5.60.0.tar.xz have not been found. * guix/import/kde.scm (uri->kde-path-pattern): New procedure. (latest-kde-release): Use pattern to search for file.
-
Hartmut Goebel authored
As it was done for (guix import gnome). * guix/import/kde.scm: New file. * Makefile.am (MODULES): Add it. * guix/gnu-maintenance.scm (%kde-updater) (%kde-file-list-uri) (download.kde.org-files) (latest-kde-release): Remove.
-
Hartmut Goebel authored
Fetch the ls-lR.bz2 file list for download.kde.org, convert it into a list of file paths and cache the list. * guix/gnu-maintenance.scm (%kde-file-list-uri): New variable. (download.kde.org-files): New procedure. (latest-kde-release): Change to use DOWNLOAD.KDE.ORG-FILES and search for files in this list.
-