summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-07-08gnu: python-hpack: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-hpack)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-hyperframe: Respect "--without-tests".Maxime Devos
* gnu/packages/python-web.scm (python-hyperframe)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-watchgod: Respect "--without-tests".Maxime Devos
* gnu/packages/python-xyz.scm (python-watchgod)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: python-pymediainfo: Respect "--without-tests".Maxime Devos
* gnu/packages/python-xyz.scm (python-pymediainfo)[arguments]<#:phases>{check}: Respect #:tests?. Don't bother returning #t as it isn't required anymore. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: zile-on-guile: Fix build.Mathieu Othacehe
This is a follow-up of da40d07066096a3b5a852041ea01fbb32240deda. * gnu/packages/zile.scm (zile-on-guile)[arguments]: Restore the original patch-/bin/sh phase.
2021-07-08gnu: Add python-cmaes.Vinicius Monego
* gnu/packages/machine-learning.scm (python-cmaes): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: xvfb-run: Fix ‘xvfb-run --help’ in a pure environment.Maxime Devos
* gnu/packages/xorg.scm (xvfb-run)[arguments]: Refer to ‘cat’ by absolute file name, and test whether ‘xvfb-run --help’ succeeds in a pure environment in the ‘check’ phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: zile: Update to 2.6.2.Matthew James Kraai
* gnu/packages/zile.scm (zile): Update to 2.6.2. [arguments]: Adjust file list in custom 'patch-/bin/sh phase. [inputs]: Add gee and glib. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-08gnu: emacs-chronometrist: Update to 0.9.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.9.0. [source]: Update upstream URL. [inputs]: Add emacs-spark. Remove emacs-anaphora and emacs-literate-elisp.
2021-07-08gnu: python-pikepdf: Update to 2.14.2.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.2.
2021-07-08gnu: pinentry-bemenu: Fix license.Nicolas Goaziou
* gnu/packages/gnupg.scm (pinentry-bemenu)[license]: Use GPL 3+.
2021-07-08gnu: Add pinentry-bemenu.Nikita Domnitskii
* gnu/packages/gnupg.scm (pinentry-bemenu): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08gnu: bemenu: Update to 0.6.2.Nikita Domnitskii
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08gnu: newsboat: Update to 2.24.Efraim Flashner
* gnu/packages/syndication.scm (newsboat): Update to 2.24. [arguments]: Update rust to 1.48. [cargo-inputs]: Replace rust-cxx-0.5 with 1, rust-gettext-rs-0.6 with 0.7. [cargo-development-inputs]: Replace rust-cxx-build-0.5 with 1.
2021-07-08gnu: rust-once-cell-1: Update to 1.8.0.Efraim Flashner
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.8.0.
2021-07-08gnu: mcrl2: Update to 202106.0.Jan (janneke) Nieuwenhuizen
* gnu/packages/maths.scm (mcrl2): Update to 202106.0.
2021-07-08mailmap: Update entries for Matthew James Kraai.Matthew James Kraai
* .mailmap: Change name for Matthew James Kraai. * gnu/packages/lisp-xyz.scm, gnu/packages/python-xyz.scm, gnu/packages/rust.scm: Likewise. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08gnu: darktable: Update to 3.6.0.John Kehayias
* gnu/packages/photo.scm (darktable): Update to 3.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08gnu: Add emacs-consult-notmuch.Andrew Tropin
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08gnu: emacs-deadgrep: Add missing input.Matthew James Kraai
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[inputs]: Add ripgrep. [arguments]: Add configure phase to set deadgrep-executable to absolute path. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08gnu: %guile-3.0-static-stripped: Rename to %guile-static-stripped.Efraim Flashner
* gnu/packages/make-bootstrap.scm (%guile-3.0-static-stripped): Rename to %guile-static-stripped. (%guile-bootstrap-tarball): Adjust accordingly. * gnu/system/linux-initrd.scm (expression->initrd): Use %guile-static-stripped as default guile. * doc/guix.texi (initial RAM disk)[expression->initrd]: Adjust documentation accordingly.
2021-07-08gnu: make-bootstrap: Use guile-3.0 bootstrap tarball.Efraim Flashner
* gnu/packages/make-bootstrap.scm (%guile-bootstrap-tarball): Use guile-3.0. (%guile-static-stripped): Remove variable.
2021-07-08gnu: make-bootstrap: Build with gcc-7.Efraim Flashner
* gnu/packages/make-bootstrap.scm (gcc-for-bootstrap)[Inherit]: Inherit from gcc-7. [inputs]: Use package-inputs from gcc-7. (package-with-relocatable-glibc)[native-inputs]: Have cross-gcc use gcc-7. (%gcc-static)[inherit]: Inherit from gcc-7. [arguments]: Use package-arguments from gcc-7. [inputs]: Replace isl-0.18 with isl. Use package-inputs from gcc-7. [native-inputs]: Use package-native-inputs from gcc-7. (%gcc-stripped)[inherit]: Inherit from gcc-7.
2021-07-08gnu: python-pikepdf: Update to 2.14.1.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.1.
2021-07-07gnu: giac: Update to 1.7.0-17.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.7.0-17.
2021-07-07gnu: emacs-pyim: Update to 3.9.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.0.
2021-07-07gnu: VTK 8: Re-fix a build failure with recent versions of freetype.Leo Famulari
* gnu/packages/patches/vtk-8-fix-freetypetools-build-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image-processing.scm (vtk-8): Dis-inherit from VTK. Use the package definition that predated the update to VTK 9, taken from commit f4dc8ac6dfa036d98aa0990ae22268a9650899d0.
2021-07-07gnu: kicad-doc: Remove unnecessary code.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (arguments): Skip #:tests? instead of deleting the 'check phase. Remove the 'set-perl-env phase.
2021-07-07gnu: kicad-doc: Fix build.Tobias Geerinckx-Rice
Fixes <https://issues.guix.gnu.org/49458>. * gnu/packages/engineering.scm (native-inputs): Add perl-yaml-tiny.
2021-07-07services: Add bitmask-service-type.Raghav Gururajan
* gnu/services/vpn.scm (bitmask-service-type): New variable. * doc/guix.texi: Document it. Co-authored-by: jgart <jgart@dismail.de>
2021-07-07gnu: Add bitmask.Raghav Gururajan
* gnu/packages/vpn.scm (bitmask): New variable. Co-authored-by: jgart <jgart@dismail.de>
2021-07-07gnu: Add go-0xacab-org-leap-shapeshifter.Raghav Gururajan
* gnu/packages/golang.scm (go-0xacab-org-leap-shapeshifter): New variable.
2021-07-07gnu: Add go-github-com-operatorfoundation-shapeshifter-transports.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports): New variable.
2021-07-07gnu: Add go-github-com-kataras-golog.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-kataras-golog): New variable.
2021-07-07gnu: Add go-github-com-kataras-pio.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-kataras-pio): New variable.
2021-07-07gnu: Add go-github-com-shadowsocks-go-shadowsocks2.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-shadowsocks-go-shadowsocks2): New variable.
2021-07-07gnu: Add go-github-com-riobard-go-bloom.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-riobard-go-bloom): New variable.
2021-07-07gnu: Add go-github-com-aead-chacha20.Raghav Gururajan
* gnu/packages/golang.org (go-github-com-aead-chacha20): New variable.
2021-07-07gnu: Add go-github-com-mufti1-interconv.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-mufti1-interconv): New variable.
2021-07-07gnu: Add go-github-com-opentracing-opentracing-go.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-opentracing-opentracing-go): New variable.
2021-07-07gnu: Add go-github-com-operatorfoundation-monolith-go.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-operatorfoundation-monolith-go): New variable.
2021-07-07gnu: Add go-github-com-deckarep-golang-set.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-deckarep-golang-set): New variable.
2021-07-07gnu: Add go-github-com-blanu-dust.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-blanu-dust): New variable.
2021-07-07gnu: Add go-github-com-op-go-logging.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-op-go-logging): New variable.
2021-07-07gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-ipc): New variable.
2021-07-07gnu: Add go-github-com-operatorfoundation-obfs4.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-operatorfoundation-obfs4): New variable.
2021-07-07gnu: Add go-github-com-willscott-goturn.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-willscott-goturn): New variable.
2021-07-07gnu: Add go-torproject-org-pluggable-transports-goptlib.Raghav Gururajan
* gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib): New variable.
2021-07-07gnu: Add go-github-com-sevlyar-go-daemon.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): New variable.
2021-07-07gnu: Add go-github-com-keybase-go-ps.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-keybase-go-ps): New variable.