summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add python-regions.Vinicius Monego2022-01-25
| | | | | | * gnu/packages/astronomy.scm (python-regions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-photutils.Vinicius Monego2022-01-25
| | | | | | * gnu/packages/astronomy.scm (python-photutils): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-astropy-healpix.Vinicius Monego2022-01-25
| | | | | | * gnu/packages/astronomy.scm (python-astropy-healpix): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-astroquery.Vinicius Monego2022-01-25
| | | | | | * gnu/packages/astronomy.scm (python-astroquery): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pyvo.Vinicius Monego2022-01-25
| | | | | | * gnu/packages/astronomy.scm (python-pyvo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-puni.base-for-series-11124Niklas Eklund2022-01-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-puni): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: QGIS: Build without QtWebKit.Leo Famulari2022-01-25
| | | | | | | | | See <https://issues.guix.gnu.org/53289> and <https://issues.guix.gnu.org/53512> for more information about this change. * gnu/packages/geo.scm (qgis)[inputs]: Remove qtwebkit. [arguments]: Pass "-DWITH_QTWEBKIT=NO" to #:configure-flags. Make the custom 'check' phase honor TESTS?. Skip even more failing tests.
* gnu: FreeCAD: Replace QtWebKit with QtWebEngine.Leo Famulari2022-01-25
| | | | | | | See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/engineering.scm (freecad)[inputs]: Remove QTWEBKIT. Add QTDECLARATIVE, QTWEBCHANNEL, and QTWEBENGINE.
* Add copyright notice for 'Bird'.Leo Famulari2022-01-25
| | | | | | This is a followup to commit cc74d19d663b78a9ec8207d7e3a41cabfbe1a100. * gnu/packages/video.scm: Add copyright attribution.
* gnu: Add gallery-dl.Bird2022-01-25
| | | | | | * gnu/packages/video.scm (gallery-dl): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-esprima.Danny Milosavljevic2022-01-25
| | | | * gnu/packages/python-xyz.scm (python-esprima): New variable.
* gnu: python-uvloop: Update to 0.16.0.Lars-Dominik Braun2022-01-25
| | | | | | | | | | | | | | | | Version 0.14.0 is not compatible with Python 3.9[1]. Additionally unvendor the copy of libuv, which was unused, but retained in the source tarball, fix subprocess spawning and enable tests, so we know when future updates break it. [1] https://github.com/MagicStack/uvloop/issues/349 * gnu/packages/python-web.scm (python-uvloop): Update to 0.16.0. [source]: Add snippet to remove pre-built loop.c and vendored libuv. [arguments]<#:phases>: Substitute /bin/sh in 'preparations phase, override 'check phase and disable failing tests. [native-inputs]: Remove python-flake8, because it causes test failures and add python-pytest-timeout.
* gnu: newsboat: Add release-monitoring-url.Efraim Flashner2022-01-25
| | | | * gnu/packages/syndication.scm (newsboat)[properties]: New field.
* gnu: youtube-dl: Add release-monitoring-url.Efraim Flashner2022-01-25
| | | | * gnu/packages/video.scm (youtube-dl)[properties]: New field.
* gnu: yt-dlp: Add release-monitoring-url.Efraim Flashner2022-01-25
| | | | * gnu/packages/video.scm (yt-dlp)[properties]: New field.
* gnu: parallel: Update to 20220122.base-for-series-11122base-for-series-11121base-for-series-11120base-for-series-11119base-for-series-11118base-for-series-11117base-for-series-11116base-for-series-11115Efraim Flashner2022-01-25
| | | | * gnu/packages/parallel.scm (parallel): Update to 20220122.
* gnu: Add btrbk.base-for-series-11114base-for-series-11113base-for-series-11112Maxim Cournoyer2022-01-24
| | | | * gnu/packages/backup.scm (btrbk): New variable.
* gnu: lagrange: Update to 1.10.2.Nicolas Goaziou2022-01-24
| | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.2.
* gnu: Add grc.Hartmut Goebel2022-01-24
| | | | * gnu/packages/shellutils.scm (grc): New variable.
* gnu: luajit: Remove powerpc64le-linux from supported-systems.base-for-series-11110base-for-series-11109Chris Marusich2022-01-24
| | | | | * gnu/packages/lua.scm (luajit)[supported-systems]: New field. Set it to the result of deleting "powerpc64le-linux" from %supported-systems.
* gnu: fsearch: Update to 0.1.1.Nicolas Goaziou2022-01-24
| | | | * gnu/packages/search.scm (fsearch): Update to 0.1.1.
* gnu: Add python-tweepy.Giacomo Leidi2022-01-24
| | | | | | * gnu/packages/python-web.scm (python-tweepy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: zig: Update to 0.9.0Calum Irwin2022-01-24
| | | | | | | | * gnu/packages/patches/zig-disable-libc-note-test.patch: Move patch changes to new file. * gnu/packages/patches/zig-use-system-paths.patch: Update line numbers. * gnu/packages/zig.scm: Update to 0.9.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile@2.0: Build with '-fexcess-precision=standard' on i686.Ludovic Courtès2022-01-24
| | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/53462>. Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>. This is a followup to 9b09a753a9711f7614564272013138fce6fec708. * gnu/packages/guile.scm (guile-2.0)[arguments]: Augment #:configure-flags when 'target-x86-32?'. (guile-2.2)[arguments]: Tweak #:configure-flags to keep derivation unchanged. (guile-3.0)[arguments]: Likewise.
* gnu: scribus: Update to 1.5.8.Nicolas Goaziou2022-01-24
| | | | | * gnu/packages/scribus.scm (scribus): Update to 1.5.8. [inputs]: Remove labels.
* gnu: emacs-posframe: Update to 1.1.7.Nicolas Goaziou2022-01-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.7.
* gnu: emacs-meow: Update to 1.4.0.Nicolas Goaziou2022-01-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.0.
* gnu: emacs-geiser: Update to 0.22.1.Nicolas Goaziou2022-01-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.22.1.
* gnu: xgboost: Update to 1.5.2.Vinicius Monego2022-01-24
| | | | | | | | | * gnu/packages/machine-learning.scm (xgboost, python-xgboost): Update to 1.5.2. (python-xgboost)[arguments]: Enable previously failing test. * gnu/packages/patches/xgboost-use-system-dmlc-core.patch: Update patch. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: gcompris-qt: Update to 2.1.Efraim Flashner2022-01-24
| | | | | * gnu/packages/education.scm (gcompris-qt): Update to 2.1. [source]: Download from new upstream location.
* gnu: Add yubikey-oath-dmenu.John Kehayias2022-01-24
| | | | | | * gnu/packages/security-token.scm (yubikey-oath-dmenu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nomad: Fix missing webkit2gtk-4.0 compilation error.Zhu Zihao2022-01-24
| | | | | | | | * gnu/package/guile-xyz.scm (nomad)[arguments]<phases>: Add phase 'fix-webkitgtk' to update webkit2gtk-4.0 reference in file 'configure.ac' and 'typelib/Makefile.am'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-parsedatetime: Update to 2.6.Pradana AUMARS2022-01-24
| | | | | | * gnu/packages/time.scm (python-parsedatetime): Update to 2.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: sbcl-spinneret: Update to 20220117.Pierre Neidhardt2022-01-24
| | | | * gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to 20220117.
* gnu: FreeCAD: Update to 0.19.3.Leo Famulari2022-01-24
| | | | * gnu/packages/engineering.scm (freecad): Update to 0.19.3.
* Revert "gnu: xkeyboard-config: Build man page."base-for-series-11105Tobias Geerinckx-Rice2022-01-23
| | | | This reverts commit f7236fa1b2e92288633b4261997b55914e25648b.
* gnu: xkeyboard-config: Build man page.SeerLite via Guix-patches via2022-01-23
| | | | | | | * gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and remove labels. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: vlc: Build with correct librsvg.Denis 'GNUtoo' Carikli2022-01-23
| | | | | | | * gnu/packages/video.scm (vlc)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-settings-daemon: Build with correct librsvg.Denis 'GNUtoo' Carikli2022-01-23
| | | | | | | * gnu/packages/gnome.scm (gnome-settings-daemon)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gtk-vnc: Build with correct librsvg.Denis 'GNUtoo' Carikli2022-01-23
| | | | | | | * gnu/packages/gnome.scm (gtk-vnc)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gtk-vnc: Remove dependency on GJS on non-x86_64.Denis 'GNUtoo' Carikli2022-01-23
| | | | | | | * gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Provide GJS only when 'target-x86-64?'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add rofi-calc.John Kehayias2022-01-23
| | | | | | * gnu/packages/xdisorg.scm (rofi-calc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rofi: Add a search path for plugins.John Kehayias2022-01-23
| | | | | | * gnu/packages/xdisorg.scm (rofi)[native-search-paths]: Add ROFI_PLUGIN_PATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add utf-8-lineseparator.jgart2022-01-23
| | | | | | * gnu/packages/textutils.scm (utf-8-lineseparator): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add font-charter.Philip McGrath2022-01-23
| | | | | | * gnu/packages/fonts.scm (font-charter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-pillow-simd: Update to 9.0.0.base-for-series-11102base-for-series-11099base-for-series-11094base-for-series-11093base-for-series-11092base-for-series-11090Efraim Flashner2022-01-23
| | | | | * gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.0.0. [arguments]: Remove field.
* gnu: python-pillow: Remove input labels.Efraim Flashner2022-01-23
| | | | * gnu/packages/python-xyz.scm (python-pillow)[inputs]: Remove labels.
* gnu: python-pillow: Update to 9.0.0 (security fixes).Efraim Flashner2022-01-23
| | | | | | * gnu/packages/python-xyz.scm (python-pillow): Update to 9.0.0. [source]: Add snippet to remove bundled code. [arguments]: Adjust custom 'check phase.
* gnu: python-pillow: Add cpe-name.Efraim Flashner2022-01-23
| | | | * gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name.
* gnu: python-cryptography: Add 36.0.1.Marius Bakke2022-01-23
| | | | | * gnu/packages/python-crypto.scm (python-cryptography-vectors-next, python-cryptography-next): New variables.