summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2019-09-12gnu: gmsh: Fetch source from Git.Paul Garlick
* gnu/packages/maths.scm (gmsh)[source]: Switch to GIT-FETCH.
2019-09-13gnu: python-pytest-virtualenv: Enable tests.Maxim Cournoyer
* gnu/packages/python-check.scm (python-pytest-virtualenv) [phases]{patch-virtualenv-executable}: New phase. [propagated-inputs]: Move python-virtualenv from here... [inputs]: ...to here.
2019-09-13gnu: python-pathpy: Add a missing propagated input.Maxim Cournoyer
This fixes the build of 'python-pytest-shutil', amongst others. * gnu/packages/python-xyz.scm (python-pathpy)[propagated-inputs]: Add python-importlib-metadata.
2019-09-12gnu: gfbgraph: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gfbgraph)[source]: Hard-code NAME.
2019-09-12gnu: openconnect: Update to 8.05 [fixes CVE-2019-16239].Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (openconnect): Update to 8.05.
2019-09-12gnu: hypre: Update texlive-union.Ricardo Wurmus
* gnu/packages/maths.scm (hypre)[native-inputs]: Replace texlive-generic-xypic and texlive-fonts-xypic with texlive-xypic; add texlive-cm to the texlive-union.
2019-09-12gnu: texlive-xypic: Install all files.Ricardo Wurmus
Reported by numerobis on the #guix IRC channel. * gnu/packages/tex.scm (texlive-xypic)[source]: Install "tex/generic/xypic" files. [arguments]: Remove #:tex-directory.
2019-09-12gnu: python-language-server: Update to 0.28.3-1.c3cab77.Brian Leung
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.3-1.c3cab77. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2019-09-11gnu: r-bsgenome-celegans-ucsc-ce6: Permit substitution.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-bsgenome-celegans-ucsc-ce6)[arguments]: Remove field.
2019-09-11gnu: r-bsgenome-celegans-ucsc-ce6: Use bioconductor-uri.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-bsgenome-celegans-ucsc-ce6)[source]: Use BIOCONDUCTOR-URI.
2019-09-11gnu: python-ipython-documentation: Make reproducible.Ricardo Wurmus
Fixes <https://bugs.gnu.org/37373/>. * gnu/packages/python-xyz.scm (python-ipython)[arguments]: Add phase "make-docs-reproducible" to remove timestamps from documentation generated in dependent python-ipython-documentation package.
2019-09-11gnu: recode: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/textutils.scm (recode)[source]: Hard-code NAME.
2019-09-11gnu: recode: Update to 3.7.5.Tobias Geerinckx-Rice
* gnu/packages/textutils.scm (recode): Update to 3.7.5. [native-inputs]: Use python@3 and python-cython@3.
2019-09-11gnu: glslang: Use GIT-FILE-NAME.Tobias Geerinckx-Rice
* gnu/packages/vulkan.scm (glslang)[source]: Use GIT-FILE-NAME.
2019-09-11gnu: nghttp2: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nghttp2)[source]: Hard-code NAME.
2019-09-11gnu: neofetch: Update to 6.1.0.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (neofetch): Update to 6.1.0.
2019-09-11gnu: youtube-dl: Update to 2019.09.12.Rutger Helling
* gnu/packages/video.scm (youtube-dl): Update to 2019.09.12.
2019-09-11gnu: openssl: Update to 1.1.1d [fix CVE-2019-{1547,1549,1552,1563}].Tobias Geerinckx-Rice
* gnu/packages/tls.scm (openssl-next): Update to 1.1.1d.
2019-09-11services: libvirtd: Use '/run/current-system/profile/bin' as PATH.宋文武
This is a followup to ef640db2f509f51ebfe3a6a66ba837ef3103bbb7. * gnu/services/virtualization.scm (libvirt-shepherd-service): Set '#:environment-variables' for 'make-forkexec-constructor'.
2019-09-11gnu: foo2zjs: Update to 20190909.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (foo2zjs): Update to 20190909.
2019-09-11gnu: workrave: Correct the types of inputs used.Maxim Cournoyer
* gnu/packages/gnome.scm (workrave)[propagated-inputs]: Move them all to... [inputs]: ...here. [native-inputs]: Move libxscrnsaver to the 'inputs' field.
2019-09-11gnu: workrave: Update to version 1.10.34.Maxim Cournoyer
* 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.
2019-09-11gnu: emacs-debbugs: Update to 0.19.Ludovic Courtès
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.19.
2019-09-11gnu: emacs-smart-mode-line: Update to 2.13.Ludovic Courtès
* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.13.
2019-09-11gnu: guile-json: Use "mirror://savannah" URL.Ludovic Courtès
* gnu/packages/guile.scm (guile-json, guile-json-3): Change URL to mirror://savannah.
2019-09-11gnu: guile-json: Update to 3.2.0.Ludovic Courtès
* gnu/packages/guile.scm (guile-json-3): Update to 3.2.0.
2019-09-11gnu: guile-gcrypt: Update to 0.2.0.Ludovic Courtès
* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.2.0.
2019-09-11gnu: libvirt: Don't wrap with PATH.宋文武
This reverts commit 903e051a71467bc96a054c9b4ed89348fdae8977 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.
2019-09-11gnu: emacs-elpy: Update to 1.31.0.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.31.0.
2019-09-11gnu: python-jedi: Update to 0.15.1 and re-enable tests.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.15.1; re-enable tests.
2019-09-11gnu: python-parso: Run the test suite.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-parso)[phases]: Replace the check phase.
2019-09-11gnu: python-parso: Update to 0.5.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-parso): Update to 0.5.1.
2019-09-11gnu: Add openscad.Steve Sprang
* gnu/packages/engineering.scm (openscad): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-09-11gnu: nftables: Update to 0.9.2.Rutger Helling
* gnu/packages/linux.scm (nftables): Update to 0.9.2.
2019-09-11gnu: libnftnl: Update to 1.1.4.Rutger Helling
* gnu/packages/linux.scm (libnftnl): Update to 1.1.4.
2019-09-11gnu: libsoup: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libsoup)[source]: Hard-code NAME.
2019-09-11gnu: tracker: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (tracker)[source]: Hard-code NAME.
2019-09-11gnu: gvfs: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gvfs)[source]: Hard-code NAME.
2019-09-11gnu: umockdev: Update to 0.13.2.Tobias Geerinckx-Rice
* gnu/packages/check.scm (umockdev): Update to 0.13.2.
2019-09-11gnu: yoshimi: Update to 1.6.0.1.Tobias Geerinckx-Rice
* gnu/packages/music.scm (yoshimi): Update to 1.6.0.1.
2019-09-11gnu: perl-archive-zip: Update to 1.65.Tobias Geerinckx-Rice
* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.65.
2019-09-11gnu: haveged: Use @acronym in description.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (havege)[description]: Substitute @acronym for @dfn mark-up.
2019-09-11gnu: haveged: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged)[home-page]: Use HTTPS.
2019-09-11gnu: haveged: Update to 1.9.6.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged): Update to 1.9.6.
2019-09-11gnu: emacs-helm-company: Update to 0.2.5.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-11gnu: Add opencsg.Steve Sprang
* gnu/packages/graphics.scm (opencsg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-11gnu: python-language-server: Update to 0.28.1.Brian Leung
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-11gnu: cmake: Add package variant that knows about X.509 certificates.Ludovic Courtès
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.
2019-09-10gnu: links: Update to 2.20.1 [security fix for tor users].Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (links): Update to 2.20.1.
2019-09-10gnu: strongswan: Update to 5.8.1.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (strongswan): Update to 5.8.1.