summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-06Merge branch 'master' into core-updatesMarius Bakke
Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
2021-06-06gnu: nss: Use (guix utils).Marius Bakke
* gnu/packages/nss.scm (nss)[arguments]: Utilize CC-FOR-TARGET and TARGET-64bit?.
2021-06-06gnu: nss: Update to 3.66.Marius Bakke
* gnu/packages/nss.scm (nss): Update to 3.66. Reindent. [arguments]: Remove #:parallel-build?. * gnu/packages/patches/nss-getcwd-nonnull.patch: Adjust for directory change. * gnu/packages/patches/nss-3.56-pkgconfig.patch, gnu/packages/patches/nss-increase-test-timeout.patch: Revert to 6223566971. * gnu/packages/certs.scm (nss-certs)[arguments]: Adjust for directory change.
2021-06-06gnu: nspr: Update to 4.31.Marius Bakke
* gnu/packages/nss.scm (nspr): Update to 4.31.
2021-06-06gnu: nss: Prepare for GCC 10.Marius Bakke
* gnu/packages/patches/nss-getcwd-nonnull.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/nss.scm (nss)[source](patches): Add it.
2021-06-06gnu: nss: Fix test failure.Marius Bakke
* gnu/packages/sqlite.scm (sqlite-uri): New variable. (sqlite)[source](uri): Use it. (sqlite-3.33): New public variable.
2021-06-06scripts: substitute: Cache connection when looking for narinfos.Mathieu Othacehe
The process-substitution procedure is opening two distinct connections. The first one when looking for narinfo by calling lookup-narinfo and the other one when fetching nar files. Cache the connection when looking for narinfos so that process-substitution only opens one connection. * guix/scripts/substitute.scm (lookup-narinfo): Cache connection by using open-connection-for-uri/cached.
2021-06-06lint: tests-true: Check if tests are enabled when cross-compiling.Maxime Devos
* guix/lint.scm (check-tests-true): New linter. (%local-checkers)[tests-true]: Add it. * tests/lint.scm ("tests-true: #:tests? must not be set to #t") ("tests-true: absent #:tests? is acceptable") ("tests-true: #:tests? #f is acceptable") ("tests-true: #:tests? #t acceptable when compiling natively"): Test it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-06-06gnu: vlc: Update to 3.0.14.Solene Rapenne via Guix-patches via
* gnu/packages/video.scm (vlc): Update to 3.0.14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-06gnu: git: Update to 2.32.0.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git): Update to 2.32.0.
2021-06-06gnu: Add matterbridge.Denis 'GNUtoo' Carikli
* gnu/packages/messaging.scm (matterbridge): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-06-06gnu: Add python-pytest-mp.Hartmut Goebel
* gnu/packages/python-check.scm (python-pytest-mp): New variable.
2021-06-06gnu: Add python-asn1tools.Hartmut Goebel
* gnu/packages/python-xyz.scm (python-asn1tools): New variable.
2021-06-06gnu: Add ocaml-ppx-cold.pukkamustard
* gnu/packages/ocaml.scm (ocaml-ppx-cold): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-ppx-here.pukkamustard
* gnu/packages/ocaml.scm (ocaml-ppx-here): New variable. (ocaml4.07-ppx-here): Inherit from ocaml-ppx-here. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-ppx-compare.pukkamustard
* gnu/packages/ocaml.scm (ocaml-ppx-compare): New variable. (ocaml4.07-ppx-compare): Inherit from ocaml-ppx-compare. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-syntax-shims.pukkamustard
* gnu/packages/ocaml.scm (ocaml-syntax-shims): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-ppx-let.pukkamustard
* gnu/packages/ocaml.scm (ocaml-ppx-let): New variable. (ocaml4.07-ppx-let): Inherit from ocaml-ppx-let. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-bigstringaf.pukkamustard
* gnu/ocaml/packages.scm (ocaml-bigstringaf): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-ppx-sexp-conv.pukkamustard
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-conv): New variable. (ocaml4.07-ppx-sexp-conv): Inherit from ocaml-ppx-sexp-conv. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-uunf.pukkamustard
* gnu/packages/ocaml.scm (ocaml-uunf): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-sedlex.pukkamustard
* gnu/packages/ocaml.scm (ocaml-sedlex): New variable. (ocaml4.07-sedlex): Inherit from ocaml-sedlex. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-ppxlib.pukkamustard
* gnu/packages/ocaml.scm (ocaml-ppxlib): New variable. (ocaml4.07-ppxlib): Inherit from ocaml-ppxlib. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: ocaml-migrate-parsetree: Update to 2.1.0.pukkamustard
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.1.0. (ocaml-migrate-parsetree-1): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-compiler-libs.pukkamustard
* gnu/packages/ocaml.scm (ocaml-compiler-libs): New variable. (ocaml4.07-compiler-libs): Inherit from ocaml-compiler-libs. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-stdio.pukkamustard
* gnu/packages/ocaml.scm (ocaml-stdio): New variable. (ocaml4.07-stdio): Inherit from ocaml-stdio. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: Add ocaml-gen.pukkamustard
* gnu/packages/ocaml.scm (ocaml-gen): New variable. (ocaml4.07-gen): Remove variable. (ocaml4.07-sedlex): Replace ocaml4.07-gen with ocaml-gen. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: ocaml4.07-gen: Update to 0.5.3.pukkamustard
* gnu/packages/ocaml.scm (ocaml4.07-gen): Update to 4.07. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: ocaml-lwt: Update to 5.4.0.pukkamustard
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: ocaml-lwt: Make libev a propagated input.pukkamustard
* gnu/packages/ocaml.scm (ocaml-lwt) [propagated-inputs]: Add libev. [inputs]: Remove libev. (ocaml-ouint2, ocaml4.07-lambda-term, ocaml-markup) [inputs]: Remove libev. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: ocaml-ctypes: Make ocaml-integers a propagated input.pukkamustard
* gnu/packages/ocaml.scm (ocaml-ctypes)[propagated-inputs]: Add ocaml-integers. [inputs]: Remove ocaml-integers. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: ocaml-ctypes: Update to 0.18.0.pukkamustard
* gnu/packages/ocaml.scm (ocaml-ctypes): Update to 0.18.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: ocaml-integers: Update to 0.4.0.pukkamustard
* gnu/packages/ocaml.scm (ocaml-integers): Update to 0.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-06gnu: xf86-input-libinput: Update to 1.0.1.Matthew James Kraai
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.0.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-06gnu: xf86-input-libinput: Fix licence information.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xf86-input-libinput)[license]: This package is almost exclusively expat, with a single x11 file that's not installed.
2021-06-06gnu: xterm: Update to 367.Matthew James Kraai
* gnu/packages/xorg.scm (xterm): Update to 367. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-06gnu: strongswan: Configure more sensible defaults.Domagoj Stolfa
* gnu/packages/networking.scm (strongswan)[arguments]<#:configure-flags>: Enable aesni, attr-sql, chapoly, curl, dhcp, eap-aka, eap-aka-3gpp, eap-dynamic, eap-identity, eap-md5, eap-mschapv2, eap-peap, eap-radius, eap-sim, eap-sim-file, eap-simaka-pseudonym, eap-simaka-reauth, eap-simaka-sql, eap-tls, eap-tnc, eap-ttls, ext-auth, farp, ha, led, md4, mediation, openssl, soup, sql, sqlite, xauth-eap, xauth-noauth, and xauth-pam support. Disable ldap, mysql, and systemd support. Use libcap by default. [inputs]: Add libcap, libsoup, and linux-pam. [native-inputs]: Add pkg-config. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-06doc: Pluralize "package."Matthew James Kraai
* doc/contributing.texi (Submitting Patches): Pluralize "package." Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-06gnu: opendht: Refer to the correct Nettle.Marius Bakke
This is a follow-up to 683eb7c5b118440001b89944563603a39fc2ac05. * gnu/packages/networking.scm (opendht)[inputs]: Change from NETTLE-3.7 to NETTLE.
2021-06-06gnu: tig: Update to 2.5.4.Solene Rapenne
* gnu/packages/version-control.scm (tig): Update to 2.5.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-06-06gnu: icedove-wayland: Refactor as a wrapper around icedove.Jonathan Brielmaier
This saves us a full build of icedove-wayland analogue to chromium-wayland. * gnu/packages/gnuzilla.scm (icedove-wayland)[inputs]: Add bash and icedove. [arguments]: Copy the binary over and wrap it for Wayland. As well as the desktop-file and the license file.
2021-06-06gnu: freebayes: Update to 1.3.5.Efraim Flashner
* gnu/packages/bioinformatics.scm (freebayes): Update to 1.3.5. [source]: Remove patch. [arguments]: Adjust custom 'patch-source phase for changes in source. [inputs]: Remove zlib. * gnu/packages/patches/freebayes-devendor-deps.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-06-06gnu: poke: Update to 1.3.Efraim Flashner
* gnu/packages/engineering.scm (poke): Update to 1.3.
2021-06-06gnu: sdrangel: Add SoapySDR support.Guillaume Le Vaillant
* gnu/packages/radio.scm (sdrangel)[inputs]: Add soapysdr. [arguments]: Update 'configure-flags'.
2021-06-06gnu: emacs-company-irony: Update to 1.1.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-company-irony): Update to 1.1.1. [inputs]: Re-order alphabetically. [descrption]: Properly capitalize.
2021-06-06gnu: emacs-elfeed-score: Update to 0.7.9.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.9.
2021-06-06gnu: msgpack: Update to 3.3.0.Maxim Cournoyer
* gnu/packages/serialization.scm (msgpack): Update to 3.3.0.
2021-06-06gnu: libvpx: Update to 1.10.0.Maxim Cournoyer
* gnu/packages/video.scm (libvpx): Update to 1.10.0.
2021-06-06gnu: czmq: Re-enable previously failing tests, fixed in 4.2.1.Maxim Cournoyer
* gnu/packages/networking.scm (czmq)[phases]: Delete argument.
2021-06-06gnu: ppsspp: Update to 1.11.3-1.69fa207.Maxim Cournoyer
This fixes the build with ffmpeg 4.4. * gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: Rebase patch. * gnu/packages/emulators.scm (ppsspp): Update to 1.11.3-1.69fa207. [source]: Adjust origin snippet to unbundle the newly added zstd library.