summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: expat: Remove replacement.Marius Bakke2021-06-13
| | | | | | * gnu/packages/xml.scm (expat): Update to 2.4.1. [replacement]: Remove. (expat-2.4.1): Remove variable.
* gnu: libx11: Update to 1.7.1.Marius Bakke2021-06-13
| | | | | | * gnu/packages/xorg.scm (libx11): Update to 1.7.1. [replacement]: Remove. (libx11/fixed): Remove variable.
* gnu: postgresql: Remove replacement.Marius Bakke2021-06-13
| | | | | | * gnu/packages/databases.scm (postgresql-13): Update to 13.3. [replacement]: Remove. (postgresql-13.3): Remove variable.
* gnu: OpenSSL: Remove replacement.Marius Bakke2021-06-13
| | | | | | * gnu/packages/tls.scm (openssl): Update to 1.1.1k. [replacement]: Remove. (openssl-1.1.1k): Remove variable.
* gnu: pcsc-lite: Update to 1.9.1.Brice Waegeneire2021-06-12
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.9.1.
* gnu: coreutils: Disable inotify-dir-recreate testCarl Dong2021-06-11
| | | | | | | | | This test fails on filesystems where tail detects that it cannot use inotify safely. See https://issues.guix.gnu.org/47935 for more details. * gnu/packages/base.scm (coreutils)[phases]: Disable inotify-dir-recreate tests, quote Hurd substitute* call to reduce rebuilds.
* gnu: python: Move idle to a separate output.Julien Lepiller2021-06-11
| | | | | | | | | | idle is a programming environment that is not useful for building packages, but it is still useful for end users. This saves 5MB in the default output. * gnu/packages/python.scm (python-2.7)[outputs]: Add `idle'. [arguments]: Move idle files in the new output. (wrap-python): Do not wrap idle since it is in a different output.
* gnu: python: Do not install static libraries.Julien Lepiller2021-06-11
| | | | | | | | | | This is something Fedora already does since 2010, so it should be safe, and saves a lot of space. * gnu/packages/patches/python-2.7-no-static-lib.patch: New file. * gnu/packages/patches/python-3-no-static-lib.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python.scm (python-2.7, python-3): Use them.
* gnu: python: Enable optimizations.Julien Lepiller2021-06-11
| | | | | | | As a result, python execution time of scripts is decreased by 6 to 40%. gnu/packages/python (python-2.7)[arguments]: Add configure and make flags to optimize the resulting python.
* gnu: python: Remove unnecessary files.Julien Lepiller2021-06-11
| | | | | | | * gnu/packages/python.scm (python2)[arguments]: Remove files built during the test phase. (python3)[arguments]: Also remove windows binaries shipped with the sources.
* gnu: nettle: Update to 3.7.3.Efraim Flashner2021-06-09
| | | | * gnu/packages/nettle.scm (nettle): Update to 3.7.3.
* Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: vlc: Update to 3.0.14.Solene Rapenne via Guix-patches via2021-06-06
| | | | | | | | | | | | * gnu/packages/video.scm (vlc): Update to 3.0.14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: git: Update to 2.32.0.Tobias Geerinckx-Rice2021-06-06
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.32.0.
| * gnu: Add matterbridge.Denis 'GNUtoo' Carikli2021-06-06
| | | | | | | | | | | | * gnu/packages/messaging.scm (matterbridge): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: Add python-pytest-mp.Hartmut Goebel2021-06-06
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-mp): New variable.
| * gnu: Add python-asn1tools.Hartmut Goebel2021-06-06
| | | | | | | | * gnu/packages/python-xyz.scm (python-asn1tools): New variable.
| * gnu: Add ocaml-ppx-cold.pukkamustard2021-06-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-cold): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-ppx-here.pukkamustard2021-06-06
| | | | | | | | | | | | | | * 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>
| * gnu: Add ocaml-ppx-compare.pukkamustard2021-06-06
| | | | | | | | | | | | | | * 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>
| * gnu: Add ocaml-syntax-shims.pukkamustard2021-06-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-syntax-shims): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-ppx-let.pukkamustard2021-06-06
| | | | | | | | | | | | | | * 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>
| * gnu: Add ocaml-bigstringaf.pukkamustard2021-06-06
| | | | | | | | | | | | * gnu/ocaml/packages.scm (ocaml-bigstringaf): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-ppx-sexp-conv.pukkamustard2021-06-06
| | | | | | | | | | | | | | * 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>
| * gnu: Add ocaml-uunf.pukkamustard2021-06-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-uunf): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-sedlex.pukkamustard2021-06-06
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-sedlex): New variable. (ocaml4.07-sedlex): Inherit from ocaml-sedlex. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-ppxlib.pukkamustard2021-06-06
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ppxlib): New variable. (ocaml4.07-ppxlib): Inherit from ocaml-ppxlib. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: ocaml-migrate-parsetree: Update to 2.1.0.pukkamustard2021-06-06
| | | | | | | | | | | | | | * 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>
| * gnu: Add ocaml-compiler-libs.pukkamustard2021-06-06
| | | | | | | | | | | | | | * 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>
| * gnu: Add ocaml-stdio.pukkamustard2021-06-06
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-stdio): New variable. (ocaml4.07-stdio): Inherit from ocaml-stdio. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: Add ocaml-gen.pukkamustard2021-06-06
| | | | | | | | | | | | | | | | * 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>
| * gnu: ocaml4.07-gen: Update to 0.5.3.pukkamustard2021-06-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml4.07-gen): Update to 4.07. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: ocaml-lwt: Update to 5.4.0.pukkamustard2021-06-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: ocaml-lwt: Make libev a propagated input.pukkamustard2021-06-06
| | | | | | | | | | | | | | | | * 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>
| * gnu: ocaml-ctypes: Make ocaml-integers a propagated input.pukkamustard2021-06-06
| | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ctypes)[propagated-inputs]: Add ocaml-integers. [inputs]: Remove ocaml-integers. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: ocaml-ctypes: Update to 0.18.0.pukkamustard2021-06-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ctypes): Update to 0.18.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: ocaml-integers: Update to 0.4.0.pukkamustard2021-06-06
| | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-integers): Update to 0.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| * gnu: xf86-input-libinput: Update to 1.0.1.Matthew James Kraai2021-06-06
| | | | | | | | | | | | * gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.0.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: xf86-input-libinput: Fix licence information.Tobias Geerinckx-Rice2021-06-06
| | | | | | | | | | * gnu/packages/xorg.scm (xf86-input-libinput)[license]: This package is almost exclusively expat, with a single x11 file that's not installed.
| * gnu: xterm: Update to 367.Matthew James Kraai2021-06-06
| | | | | | | | | | | | * gnu/packages/xorg.scm (xterm): Update to 367. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: strongswan: Configure more sensible defaults.Domagoj Stolfa2021-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * gnu: tig: Update to 2.5.4.Solene Rapenne2021-06-06
| | | | | | | | | | | | * gnu/packages/version-control.scm (tig): Update to 2.5.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: icedove-wayland: Refactor as a wrapper around icedove.Jonathan Brielmaier2021-06-06
| | | | | | | | | | | | | | | | | | | | 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.
| * gnu: freebayes: Update to 1.3.5.Efraim Flashner2021-06-06
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: poke: Update to 1.3.Efraim Flashner2021-06-06
| | | | | | | | * gnu/packages/engineering.scm (poke): Update to 1.3.
| * gnu: sdrangel: Add SoapySDR support.Guillaume Le Vaillant2021-06-06
| | | | | | | | | | * gnu/packages/radio.scm (sdrangel)[inputs]: Add soapysdr. [arguments]: Update 'configure-flags'.
| * gnu: emacs-company-irony: Update to 1.1.1.Nicolas Goaziou2021-06-06
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-company-irony): Update to 1.1.1. [inputs]: Re-order alphabetically. [descrption]: Properly capitalize.
| * gnu: emacs-elfeed-score: Update to 0.7.9.Nicolas Goaziou2021-06-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.7.9.
| * gnu: msgpack: Update to 3.3.0.Maxim Cournoyer2021-06-06
| | | | | | | | * gnu/packages/serialization.scm (msgpack): Update to 3.3.0.
| * gnu: libvpx: Update to 1.10.0.Maxim Cournoyer2021-06-06
| | | | | | | | * gnu/packages/video.scm (libvpx): Update to 1.10.0.