summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
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>
2021-06-22gnu: Add rust-uom-0.30.Vinicius Monego
* gnu/packages/crates-io.scm (rust-uom-0.30): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: Add rust-uom-0.31.Vinicius Monego
* gnu/packages/crates-io.scm (rust-uom-0.31): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: emilua: Update to 0.3.2.Vinícius dos Santos Oliveira
* gnu/packages/lua.scm (emilua): Update to 0.3.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: Add gopkg.in/yaml.v3.Sharlatan Hellseher
* gnu/packages/golang.scm (go-gopkg-in-yml-v3): New variable Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: widelands: Update description.Nicolas Goaziou
* gnu/packages/games.scm (widelands)[description]: Update to mirror changes in the stable release.
2021-06-22gnu: widelands: Ensure Guix catches versioning scheme switch.Nicolas Goaziou
* gnu/packages/games.scm (widelands-21): New variable. "21" was the last beta release. Upstream has now switched to a new versioning scheme, with lesser numbers.
2021-06-22gnu: widelands: Update to 1.0.Felix Gruber
* gnu/packages/games.scm (widelands): Update to 1.0. [source]: Download from github as there is no tarball for v1.0 on their website. [inputs]: Add curl. * gnu/packages/patches/widelands-system-wide_minizip.patch: Adjust for 1.0. CmakeLists.txt now already defines CMAKE_MODULE_PATH, so I've moved FindMinizip.cmake to this path. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22gnu: Add perl-cworld-dekker.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (perl-cworld-dekker): New variable.
2021-06-22gnu: python-ddt: Update to 1.4.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.2.
2021-06-22gnu: emacs-which-key: Update to 3.5.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.3.
2021-06-22gnu: dino: Enable some features.Raghav Gururajan
* gnu/packages/messaging.scm (dino): Add comments for v0.3.0 release. [inputs]: Add gspell and icu4c.
2021-06-22gnu: dino: Add missing inputs.Raghav Gururajan
These new inputs are referenced by the package but was missing in the package definition. Some of these inputs might have been used by the package indirectly via propagation from other inputs. * gnu/packages/messaging.scm (dino)[native-inputs]: Add gobject-introspection. [inputs]: Add atk, cairo, gdk-pixbug+svg, libnice and pango.
2021-06-22gnu: dino: Remove duplicate inputs.Raghav Gururajan
* gnu/packages/messaging.scm (dino)[inputs]: Remove duplicate gpgme, gtk+, glib-networking and gsettings-desktop-schemas.
2021-06-22gnu: uBlock Origin: Update to 1.36.0.Marius Bakke
* gnu/packages/browser-extensions.scm (uassets): Update to 20d21ad7e. (ublock-origin): Update to 1.36.0.