summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-06-23gnu: icedove: Add WebAuthn support.Brice Waegeneire
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Add eudev. [phases]: Add eudev to the wrapper. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-06-23gnu: icedove: Respect parallel-job-count while building.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove)[arguments]: Add MOZ_MAKE_FLAGS with parallel-job-count to mozconfig.
2021-06-23gnu: emacs-consult: Update to 0.9.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.9.
2021-06-23gnu: Add desec-certbot-hook.Raghav Gururajan
* gnu/packages/serts.scm (desec-certbot-hook): New variable.
2021-06-23gnu: cups: Add replacement to fix CVE-2020-10001.Tobias Geerinckx-Rice
* gnu/packages/patches/cups-CVE-2020-10001.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cups.scm (cups-minimal/fixed): New variable. (cups-minimal)[replacement]: Assign it to new field.
2021-06-23gnu: ocaml-dose3: Fix tests.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-dose3)[arguments]<#:phases>: Add phase to patch tests script. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-23gnu: bitcoin-unlimited: Fix build.Guillaume Le Vaillant
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Disable a test.
2021-06-23gnu: texmacs: Update to 2.1.Nicolas Goaziou
* gnu/packages/text-editors.scm (texmacs): Update to 2.1. [arguments]: Remove #t at the end of phases.
2021-06-23gnu: Fix references to emacs-build-system's expand-load-path phase.Carlo Zancanaro
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools)[#:phases]: Use emacs-expand-load-path instead of emacs-add-source-to-load-path. * gnu/packages/erlang.scm (emacs-erlang)[#:phases]: Use expand-load-path instead of add-source-to-load-path. * gnu/packages/protobuf.scm (emacs-protobuf-mode)[#:phases]: Use expand-load-path instead of add-source-to-load-path. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-06-23gnu: Add python-cartopy.Vinicius Monego
* gnu/packages/geo.scm (python-cartopy): New variable.
2021-06-23gnu: Add python-pykdtree.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pykdtree): New variable.
2021-06-23gnu: Add python-pyshp.Vinicius Monego
* gnu/packages/geo.scm (python-pyshp): New variable.
2021-06-22gnu: mednafen: Update to 1.27.1.Solene Rapenne via Guix-patches via
* gnu/packages/emulators.scm (mednafen): Update to 1.27.1. [inputs]: Add flac. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: odamex: Update to 0.9.3.Solene Rapenne via Guix-patches via
* gnu/packages/games.scm (odamex): Update to 0.9.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: armagetronad: Update to 0.2.9.1.0.Solene Rapenne via Guix-patches via
* gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: wesnoth: Update to 1.14.17.Solene Rapenne via Guix-patches via
* gnu/packages/games.scm (wesnoth): Update to 1.14.17. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: tmux: Correct home-page.Brice Waegeneire
* gnu/packages/tmux.scm (tmux)[home-page]: Replace it with its redirection.
2021-06-22gnu: tmux: Update to 3.2a.Matthew James Kraai
* gnu/packages/tmux.scm (tmux): Update to 3.2a. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-22gnu: Add emacs-packed.Leo Prikler
* gnu/packages/emacs-xyz.scm (emacs-packed): New variable.
2021-06-22gnu: Add apostrophe.Leo Prikler
* gnu/packages/gnome.scm (apostrophe): New variable.
2021-06-22gnu: Add audio-to-midi.Leo Prikler
* gnu/packages/audio.scm (audio-to-midi): New variable.
2021-06-22gnu: Add python-python3-midi.Leo Prikler
* gnu/packages/audio.scm (python-python3-midi): New variable.
2021-06-22gnu: Add python-soundfile.Leo Prikler
* gnu/packages/audio.scm (python-soundfile): New variable.
2021-06-22gnu: python-numpy, python-scipy: Remove dependency on lapack.Ludovic Courtès
The dependency on lapack was unused; the LAPACK interface of OpenBLAS is used instead. The dependency on lapack was added in cba256f8faaa18457fc9b77e8b401f17b89bdd75 (numpy) and 719b01c1575b8599b0dca9f245a9d759032f3168 (scipy). * gnu/packages/python-science.scm (python-scipy)[inputs]: Remove LAPACK. * gnu/packages/python-xyz.scm (python-numpy)[inputs]: Likewise.
2021-06-22gnu: petsc: Link against OpenBLAS rather than LAPACK.Ludovic Courtès
OpenBLAS performs better than LAPACK, the reference implementation. This is also consistent with the choice of BLAS/LAPACK implementations made in most other packages. * gnu/packages/maths.scm (petsc)[inputs]: Replace LAPACK by OPENBLAS. [arguments]: Pass "--with-openblas=1".
2021-06-22gnu: python-pikepdf: Update to 2.13.0.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.13.0.
2021-06-22gnu: python-pika: Update to 1.2.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-pika): Update to 1.2.0. [source]: Change to GIT-FETCH. [arguments]: New field. Override and disable tests. [native-inputs]: Remove PYTHON-PYEV. Add PYTHON-MOCK, PYTHON-NOSE, and PYTHON-GEVENT. (python2-pika): Remove variable.
2021-06-22gnu: libngspice: Delete autogenerated config.h.Vinicius Monego
* gnu/packages/engineering.scm (libngspice)[arguments]<#:phases>: Rename phase 'delete-script-files to 'delete-scripts-and-config and delete config.h. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-22gnu: libngspice: Fix KiCad compilation.Vinicius Monego
* gnu/packages/engineering.scm (libngspice)[arguments]<#:configure-flags>: Pass "--with-readline=no". [inputs]: Remove readline. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-22gnu: java-kafka-clients: Disable failing test.Julien Lepiller
* gnu/packages/java.scm (java-kafka-clients): Disable a test that fails non-deterministically.
2021-06-22gnu: java-jmh: Switch to maven-build-system.Julien Lepiller
* gnu/packages/java.scm (java-jmh): Switch to maven-build-system.
2021-06-22gnu: java-jmh: Update to 1.32.Julien Lepiller
* gnu/packages/java.scm (java-jmh): Update to 1.32. [source]: Switch to the git repository.
2021-06-22gnu: maven-enforcer-parent-pom: Fix pom.Julien Lepiller
* gnu/packages/maven.scm (maven-enforcer-parent-pom): Fix dependency versions in pom file.
2021-06-22gnu: maven-core: Hardcode versions we have in Guix.Julien Lepiller
* gnu/packages/maven.scm (maven-core)[phases]: Replace default hardcoded versions by versions of packages we have in Guix.
2021-06-22gnu: java-commons-math3: Install to maven repository.Julien Lepiller
* gnu/packages/java.scm (java-commons-math3)[phases]: Use install-from-pom.
2021-06-22gnu: Add java-jopt-simple-4.Julien Lepiller
* gnu/packges/java.scm (java-jopt-simple-4): New variable. (java-jopt-simple): Install to maven repository structure.
2021-06-22guix: java-utils: Factorize pom.xml generation.Julien Lepiller
* guix/build/java-utils.scm (generate-pom.xml): New procedure. * gnu/packages/maven.scm (java-surefire-junit4): Use it. * gnu/packages/java.scm (java-qdox, java-jsr250, java-jsr305) (java-aopalliance, java-jboss-el-api-spec) (java-jboss-interceptors-api-spec): Use it. (java-qdox-M9): Ensure the generated pom file has the correct version.
2021-06-22gnu: nyxt: Update to 2.1.0.Pierre Neidhardt
* gnu/packages/web-browsers.scm (nyxt): Update to 2.1.0.
2021-06-22gnu: libreoffice: Update to 7.1.4.2.Efraim Flashner
* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Add box2d, dtoa. [arguments]: Adjust custom 'prepare-src, 'bin-and-desktop-install phases. Add custom 'insert-external-tarballs phase. Adjust configure-flags to build without skia. Remove deprecated make-flag
2021-06-22gnu: orcus: Update to 0.16.1.Efraim Flashner
* gnu/packages/libreoffice.scm (orcus): Update to 0.16.1.
2021-06-22gnu: orcus: Don't build static library.Efraim Flashner
* gnu/packages/libreoffice.scm (orcus)[arguments]: Add configure-flag to skip static library.
2021-06-22gnu: ixion: Update to 0.16.1.Efraim Flashner
* gnu/packages/libreoffice.scm (ixion): Update to 0.16.1.
2021-06-22gnu: ocaml-uri: Use a source file-name.Efraim Flashner
* gnu/packages/ocaml.scm (ocaml-uri)[source]: Add a file-name field.
2021-06-22gnu: emacs-shell-command+: Use a source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Add a file-name field.
2021-06-22gnu: ensembl-vep: Use a source file-name.Efraim Flashner
* gnu/packages/bioinformatics.scm (ensembl-vep)[source]: Add a file-name field.
2021-06-22gnu: Add box2d.Efraim Flashner
* gnu/packages/game-development.scm (box2d): New variable.
2021-06-22gnu: libreoffice: Add vendor string.Efraim Flashner
Previously: This release was supplied by nixbld. Now: This release was supplied by GNU Guix. * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Add configure-flag to set vendor to 'GNU Guix'.
2021-06-22gnu: Add rust-battery-0.7.Vinicius Monego
* gnu/packages/crates-io.scm (rust-battery-0.7): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: rust-lazycell-1: Update to 1.3.0.Vinicius Monego
* gnu/packages/crates-io.scm (rust-lazycell-1): Update to 1.3.0. [arguments]: Remove #:skip-build. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: Add rust-mach-0.3.Vinicius Monego
* gnu/packages/crates-io.scm (rust-mach-0.3): New variable. (rust-mach-0.2): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>