aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* WIPemptyepsilonChristopher Baines2021-12-27
|
* gnu: guix-build-coordinator: Update to 0-44.70a5c04.Christopher Baines2021-12-27
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-44.70a5c04.
* gnu: Add headsetcontrol.John Kehayias2021-12-27
| | | | | | * gnu/packages/hardware.scm (headsetcontrol): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: pdfarranger: Update to 1.8.2.Nicolas Goaziou2021-12-27
| | | | * gnu/packages/pdf.scm (pdfarranger): Update to 1.8.2.
* gnu: vte-ng: Fix build.Efraim Flashner2021-12-27
| | | | | * gnu/packages/gnome.scm (vte-ng)[arguments]: Disable building docs. [native-inputs]: Remove gtk/stable.
* doc: Give a complete example of adding setuid programs.Leo Famulari2021-12-26
| | | | | * doc/guix.texi (Setuid Programs): Give a complete example of how to use SETUID-PROGRAM.
* Revert "gnu: Add python-pytest-rerunfailures."Leo Famulari2021-12-26
| | | | | | This added a duplicate package definition. This reverts commit 51e26b297cda6fba1a842fbd63732bfa27878748.
* gnu: shotcut: Adjust environment variables in 'wrap-program.Vinicius Monego2021-12-26
| | | | | | | | * gnu/packages/video.scm (shotcut)[arguments]<#:phases>: In the 'wrap-program phase, wrap LADSPA_PATH, don't wrap MLT_PREFIX, remove trailing slash from FREI0R_PATH, remove ffmpeg and add mlt to PATH. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: shotcut: Find ffmpeg and mlt at runtime.Vinicius Monego2021-12-26
| | | | | | | * gnu/packages/video.scm (shotcut)[arguments]<:#phases>: Add phase 'patch-executable-paths to use full store paths for ffmpeg and mlt. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Remove python2-billiard.Vinicius Monego2021-12-27
| | | | | | | * gnu/packages/python-xyz.scm (python2-billiard): Remove variable. (python-billiard)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Remove python2-amqp.Vinicius Monego2021-12-27
| | | | | | | * gnu/packages/python-xyz.scm (python2-amqp): Remove variable. (python-amqp)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Remove python2-kombu.Vinicius Monego2021-12-27
| | | | | | | * gnu/packages/python-xyz.scm (python2-kombu): Remove variable. (python-kombu)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Remove python2-celery.Vinicius Monego2021-12-27
| | | | | | | * gnu/packages/python-xyz.scm (python2-celery): Remove variable. (python-celery)[properties]: Remove. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-celery: Enable tests.Vinicius Monego2021-12-27
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-celery)[arguments]: Remove 'patch-requirements phase. Remove #:tests?. Override 'check phase. [native-inputs]: Add python-flaky, python-iniconfig, python-moto, python-msgpack, python-pytest-celery, python-pytest-subtests, python-pytest-timeout, python-toml. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-celery: Update to 5.Vinicius Monego2021-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-celery): Update to 5.1.2. [source]: Make some cosmetic changes. [propagated-inputs]: Add python-boto3, python-click, python-click-didyoumean, python-click-plugins, python-click-repl, python-cryptography, python-vine. (python-kombu): Update to 5.2.2. [source]: Make some cosmetic changes. [arguments]<#:phases>: Skip a problematic test file. [native-inputs]: Order alphabetically. [propagated-inputs]: Remove python-anyjson, python-redis. ADd python-cachedproperty, python-vine. (python-amqp): Update to 5.0.7. [source]: Make some cosmetic changes. [arguments]: Add #:tests? to skip tests. [synopsis]: Don't break the line. [native-inputs]: Remove python-case, python-pytest-sugar, python-mock. (python-vine): Update to 5.0.0. [source]: Make some cosmetic changes. Celery tracks major versions of python-kombu and python-vine. The latter is also tracked by the major version of python-amqp. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-billiard: Update to 3.6.4.0.Vinicius Monego2021-12-27
| | | | | | | | | | * gnu/packages/python-xyz (python-billiard): Update to 3.6.4.0. [source]: Make some cosmetic changes. [arguments]: Add 'remove-win-files to remove files that break tests. [native-inputs]: Add python-psutil. [synopsis]: Don't break the line. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-pytest-celery.Vinicius Monego2021-12-27
| | | | | | * gnu/packages/python-check.scm (python-pytest-celery): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-pytest-rerunfailures.Vinicius Monego2021-12-27
| | | | | | * gnu/packages/python-check.scm (python-pytest-rerunfailures): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-pytest-subtests.Vinicius Monego2021-12-27
| | | | | | * gnu/packages/python-check.scm (python-pytest-subtests): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-click-didyoumean.Vinicius Monego2021-12-26
| | | | | | * gnu/packages/python-xyz.scm (python-click-didyoumean): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-click-repl.Vinicius Monego2021-12-26
| | | | | | * gnu/packages/python-xyz.scm (python-click-repl): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gammastep: Update to 2.0.8.Nicolas Goaziou2021-12-26
| | | | | * gnu/packages/xdisorg.scm (gammastep): Update to 2.0.8. [inputs, native-inputs]: Remove labels.
* gnu: Make GnuPG 2.2.32 available for users.Leo Famulari2021-12-26
| | | | | | | | | Fixes <https://issues.guix.gnu.org/52483>. * gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: Unhide this package. [source]: Add 'gnupg-default-pinentry.patch'. * gnu/packages/emacs-xyz.scm (emacs-pinentry)[propagated-inputs]: Replace gnupg with gnupg-2.2.32.
* gnu: scummvm: Update to 2.5.1.Nicolas Goaziou2021-12-26
| | | | | | * gnu/packages/emulators.scm (scummvm): Update to 2.5.1. [arguments]<#:phases>: Use SEARCH-INPUT-FILE instead of WHICH. [inputs]: Remove labels.
* gnu: apostrophe: Simplify inputs.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome.scm (apostrophe)[native-inputs]: Remove labels.
* gnu: apostrophe: Don't reference the Python variable in arguments.Marius Bakke2021-12-26
| | | | | | * gnu/packages/gnome.scm (apostrophe)[arguments]: Use THIS-PACKAGE-INPUT instead of accessing PYTHON directly. Remove trailing #t. [inputs]: Explicitly add PYTHON.
* gnu: apostrophe: Build with older Meson.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome.scm (apostrophe)[arguments]: Add #:meson.
* gnu: markets: Simplify inputs.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome-xyz.scm (markets)[inputs]: Remove labels.
* gnu: markets: Use libsoup@2.Marius Bakke2021-12-26
| | | | | * gnu/packages/gnome-xyz.scm (markets)[inputs]: Change from LIBSOUP to LIBSOUP-MINIMAL-2.
* gnu: passwordsafe: Adjust style.Marius Bakke2021-12-26
| | | | | | * gnu/packages/gnome.scm (passwordsafe)[arguments]: Rewrite as gexp. Avoid referencing the PYTHON variable. Remove trailing #t. [inputs]: Add PYTHON (explicitly).
* gnu: passwordsafe: Simplify inputs.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome.scm (passwordsafe): Simplify inputs.
* gnu: passwordsafe: Fix build.Marius Bakke2021-12-26
| | | | * gnu/packages/gnome.scm (passwordsafe)[arguments]: Build with MESON-0.59.
* gnu: emacs-modus-themes: Update to 2.0.0.Nicolas Goaziou2021-12-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.0.0.
* gnu: rawtherapee: Fix build.Sharlatan Hellseher2021-12-26
| | | | * gnu/packages/photo.scm: (rawtherapee): Fix build.
* gnu: pypy3: Prohibit references to nss-certs.Leo Famulari2021-12-26
| | | | | | | | Built packages should not refer to nss-certs, to prevent errant hard-coding of a certificate store version. * gnu/packages/python.scm (pypy3)[arguments]: Add nss-certs to #:disallowed-references.
* gnu: ldns: Do not depend directly on nss-certs.Leo Famulari2021-12-26
| | | | | | | | | If ldns depends on a particular version of nss-certs, the features that use the certificates will eventually stop working as the certificates expire. Instead, the certificates should be found at run-time. * gnu/packages/dns.scm (ldns)[inputs]: Remove nss-certs. [arguments]: Adjust the value of "--with-ca-path" in #:configure-flags.
* gnu: python-astropy: Update to 5.0.Vinicius Monego2021-12-26
| | | | | | | * gnu/packages/astronomy.scm (python-astropy): Update to 5.0. [propagated-inputs]: Add python-packaging, python-pyyaml. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: erfa: Update to 2.0.0.Vinicius Monego2021-12-26
| | | | | | | | | | * gnu/packages/astronomy.scm (erfa): Update to 2.0.0. (python-pyerfa): Update to 2.0.0.1. [arguments]<#:phases>: Don't return #t. [native-inputs]: Use the new style. [inputs]: Likewise. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-pytest-doctestplus: Honor #:tests?.Vinicius Monego2021-12-26
| | | | | | | * gnu/packages/python-check.scm (python-pytest-doctestplus): Honor #:tests? in the custom 'check phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-pytest-doctestplus: Update to 0.11.2.Vinicius Monego2021-12-26
| | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-doctestplus): Update to 0.11.2. [arguments]<#:phases>: In the custom 'check phase, skip tests that require remote data. [native-inputs]: Add python-setuptools-scm. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-pytest-arraydiff: Fix 'sanity-check phase.Vinicius Monego2021-12-26
| | | | | | | * gnu/packages/python-check.scm (python-pytest-arraydiff)[native-inputs]: Add python-pytest. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gmic: Build with OpenEXR 3.Vinicius Monego2021-12-26
| | | | | | | * gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace openexr-2 with openexr. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gmic: Update to 3.0.0.Vinicius Monego2021-12-26
| | | | | | * gnu/packages/image-processing.scm (gmic): Update to 3.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: krita: Switch to qt-build-system.Vinicius Monego2021-12-26
| | | | | | | | * gnu/packages/kde.scm (krita)[build-system]: Switch to qt-build-system. [arguments]<#:phases>: Remove 'wrap-executable phase that is performed by the new build system. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: krita: Add optional dependencies.Vinicius Monego2021-12-26
| | | | | | | | * gnu/packages/kde.scm (krita)[arguments]<#:configure-flags>: Don't set -DCMAKE_CXX_FLAGS as it's not required for OpenEXR 3. [inputs]: Remove ilmbase, openexr-2. Add imath, libmypaint, libwebp, openexr. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: krita: Update to 5.0.0.Vinicius Monego2021-12-26
| | | | | | | * gnu/packages/kde.scm (krita): Update to 5.0.0. [source]: Make some cosmetic changes. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: krita: Add optional dependencies.Vinicius Monego2021-12-26
| | | | | | | * gnu/packages/kde.scm (krita)[inputs]: Add giflib, kseexpr, libheif, opencolorio, openjpeg, python, python-pyqt, python-sip. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add kseexpr.Vinicius Monego2021-12-26
| | | | | | * gnu/packages/kde.scm (kseexpr): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add texlive-latex-numprint.Nicolas Goaziou2021-12-26
| | | | * gnu/packages/tex.scm (texlive-latex-numprint): New variable.
* gnu: Add texlive-generic-babel-french.Nicolas Goaziou2021-12-26
| | | | * gnu/packages/tex.scm (texlive-generic-babel-french): New variable.