summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: qutebrowser: Fix indentation.Maxim Cournoyer2022-08-011-12/+12
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Fix indentation.
* gnu: qutebrowser: Fix build.Maxim Cournoyer2022-08-011-7/+4
| | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/56864>, which is a regression introduced with a0beb297a352930b89051ff258a06d78f224d6b9. * gnu/packages/web-browsers.scm (qutebrowser) [phases]{wrap-qt-process-path}: Do not use the (no longer valid) "qtwebengine-5" label; instead, locate QtWebEngineProcess via 'search-input-file'. Reported-by: Jack Hill <jackhill@jackhill.us>
* gnu: Add r-millefy.Mădălin Ionel Patrașcu2022-08-011-1/+36
| | | | * gnu/packages/bioinformatics.scm (r-millefy): New variable.
* gnu: exiv2: Fix test failure on ppc64le and aarch64.Marcel van der Boom2022-08-011-2/+14
| | | | | | | | | | | | | | ppc64 and aarch64 do not raise exception and thus output and exit code for test is different. See: https://github.com/Exiv2/exiv2/issues/365 and https://github.com/Exiv2/exiv2/issues/933 * gnu/packages/image.scm (exiv2)[arguments]: Add 'adjust-tests' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-biblib.Philip McGrath2022-08-011-0/+30
| | | | | | * gnu/packages/python-xyz.scm (python-biblib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: opensmtpd: Make commands setgid to "smtpq" by default.Maya2022-08-012-2/+48
| | | | | | | | | | | This is a patch that fixes "<executable name>: this program must be setgid smtpq". * gnu/services/mail.scm (<opensmtpd-configuration>)[setgid-commands?]: New field. (opensmtpd-set-gids): New procedure. (opensmtpd-service-type)[extensions]: Add SETUID-PROGRAM-SERVICE-TYPE extension. * doc/guix.texi (Mail Services): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tractor: Update to 3.14.Danial Behzadi2022-08-011-3/+3
| | | | | | * gnu/packages/tor.scm (tractor): Update to 3.14. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add comma after “i.e.” in descriptions.Paul A. Patience2022-08-016-6/+6
| | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-anota)[description]: Add comma after “i.e.”. * gnu/packages/code.scm (xenon)[description]: Same. * gnu/packages/cran.scm (r-crosstalk)[description]: Same. * gnu/packages/python-xyz.scm (python-radon)[description]: Same. * gnu/packages/statistics.scm (r-logspline)[description]: Same. * gnu/packages/suckless.scm (tabbed)[description]: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hdf5-1.8: Add missing comma to linker flag.Paul A. Patience2022-08-011-1/+1
| | | | | | | * gnu/packages/maths.scm (hdf5-1.8)[arguments]<#:phases>: Add missing comma to linker flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-lens: Fix build.Z5722022-08-011-1/+2
| | | | | | | * gnu/packages/guile-xyz.scm (guile-lens) [phases]{run-hall}: replace "dist" to "build-system". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xdot: Build with librsvg-for-system.Denis 'GNUtoo' Carikli2022-08-011-1/+2
| | | | | | | * gnu/packages/graphviz.scm (xdot)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cardpeek.Denis 'GNUtoo' Carikli2022-08-011-0/+48
| | | | | | * gnu/packages/security-token.scm (cardpeek): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-sep: Update to 1.2.1Sharlatan Hellseher2022-08-011-18/+9
| | | | | | | * gnu/packages/astronomy.scm: (python-sep): Update to 1.2.1. Inherit from libsep Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libsepSharlatan Hellseher2022-08-011-0/+42
| | | | | | * gnu/packages/astronomy.scm: (libsep): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnutls: Add 3.7.7.Ludovic Courtès2022-08-011-0/+17
| | | | * gnu/packages/tls.scm (gnutls-latest): New variable.
* download: 'url-fetch' closes its HTTP/HTTPS port.Ludovic Courtès2022-08-011-0/+1
| | | | | * guix/build/download.scm (url-fetch)[fetch]: In the http/https case, close PORT before returning.
* gnu: python-bbknn: Set NUMBA_CACHE_DIR.Ricardo Wurmus2022-08-011-0/+4
| | | | | * gnu/packages/bioinformatics.scm (python-bbknn)[arguments]: Add phase 'set-numba-cache-dir.
* gnu: python-umap-learn: Disable unreliable test.Ricardo Wurmus2022-08-011-1/+4
| | | | | * gnu/packages/machine-learning.scm (python-umap-learn)[arguments]: Disable test_densmap_trustworthiness_on_iris_supervised.
* gnu: python-umap-learn: Set NUMBA_CACHE_DIR.Ricardo Wurmus2022-08-011-0/+4
| | | | | * gnu/packages/machine-learning.scm (python-umap-learn)[arguments]: Add phase to set NUMBA_CACHE_DIR.
* gnu: jami: Apply upstream patch that fixes a usability issue.Maxim Cournoyer2022-07-313-1/+27
| | | | | | * gnu/packages/patches/jami-fix-esc-bug.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/jami.scm (%jami-sources): Apply it.
* gnu: jami: Update to 20220726.1515.da8d1da.Maxim Cournoyer2022-07-311-33/+58
| | | | | | | | | | | | | | * gnu/packages/jami.scm (jami): Update to 20220726.1515.da8d1da. [configure-flags]: New argument. [phases]{fix-version-string}: Adjust file name. {use-desktop-opengl}: Delete obsolete phase. {patch-source}: New phase. [native-inputs]: Add googletest and vulkan-headers. Replace qttools-5 with qttools. [inputs]: Add libxkbcommon, qt5compat, qtnetworkauth, qtpositioning and vulkan-loader. Remove qtwebengine-5, qtwebchannel-5, qtgraphicaleffects, qtquickcontrols-5 and qtquickcontrols2-5. Update qtsvg-5, qtmultimedia-5 and qtdeclarative-5 to their Qt 6 equivalent.
* gnu: Deprecate jami-gnome for jami.Maxim Cournoyer2022-07-311-59/+4
| | | | * gnu/packages/jami.scm (jami-gnome): Delete package, deprecating it for jami.
* gnu: Remove jami-libclient.Maxim Cournoyer2022-07-311-47/+1
| | | | | | | * gnu/packages/jami.scm (jami-libclient): Delete variable. (libringclient): Likewise. (jami-gnome)[inputs]: Remove jami-libclient. (jami)[inputs]: Likewise.
* gnu: libjami: Enable test agent.Maxim Cournoyer2022-07-311-4/+6
| | | | | | * gnu/packages/jami.scm (libjami)[configure-flags]: Add '--enable-agent' and remove FIXME. [tests?]: Update comment.
* gnu: libjami: Update to 20220726.1515.da8d1da.Maxim Cournoyer2022-07-316-302/+29
| | | | | | | | | | | | | | | | | | | * gnu/packages/patches/jami-fix-crash-on-quit.patch: Delete file. * gnu/packages/patches/jami-images-loading.patch: Likewise. * gnu/packages/patches/jami-libclient-audio-managers.patch: Likewise. * gnu/packages/patches/jami-memory-usage.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register removed patches. * gnu/packages/jami.scm (%jami-version): Update to 20220726.1515.da8d1da. (libjami)[configure-flags]: Add '--disable-static'. (jami-apply-custom-patches): Adjust for top directory renaming. (%ffmpeg-default-configure-flags): Add muxer support for g726 and g726le. Add demuxer support for g723_1, g726 and g726le. Add encoder/decoder support for g726, g726le and g723_1. Add decoder support for g729. (ffmpeg-jami)[patches]: Add 'libopusenc-reload-packet-loss-at-encode'. (jami-libclient)[native-inputs]: New field. [inputs]: Add ffmpeg-jami and libxkbcommon. [propagated-inputs]: Replace qtbase-5 with qtbase.
* build: qt: Add qtbase argument and wrap Qt environment variables exactly.Maxim Cournoyer2022-07-312-13/+45
| | | | | | | | | | | | | | | | | * guix/build-system/qt.scm (default-qtbase): New variable. (lower) <#:qtbase>: Add argument... [build-inputs]: ... and propagate it here. (qt-build): Add qtbase argument. (qt-cross-build): Likewise. * guix/build/qt-utils.scm (%default-qt-major-version): New variable. (variables-for-wrapping): Add qt-major-version argument, and use it to format the various path prefixes. Wrap QT environment variables exactly. (wrap-qt-program*): Add qt-major-version argument, and pass it to variables-for-wrapping. (wrap-qt-program): Add qt-major-version argument, and pass it to wrap-qt-program*. (wrap-all-qt-programs): Add qtbase argument, and extract the major version from it, passing it to wrap-qt-program*.
* gnu: Add qtpositioning.Maxim Cournoyer2022-07-311-0/+30
| | | | * gnu/packages/qt.scm (qtpositioning): New variable.
* gnu: Add qtnetworkauth, version 6.3.1.Maxim Cournoyer2022-07-311-0/+20
| | | | * gnu/packages/qt.scm (qtnetworkauth): New variable.
* gnu: qtnetworkauth: Rename to qtnetworkauth-5.Maxim Cournoyer2022-07-314-4/+4
| | | | | | Automated with: git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i
* gnu: Add qttools, version 6.3.1.Maxim Cournoyer2022-07-311-0/+27
| | | | * gnu/packages/qt.scm (qttools): New variable.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-3153-207/+207
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: Add qt5compat.Maxim Cournoyer2022-07-311-0/+29
| | | | * gnu/packages/qt.scm (qt5compat): New variable.
* gnu: Add qtwebengine, version 6.3.1.Maxim Cournoyer2022-07-311-0/+345
| | | | * gnu/packages/qt.scm (qtwebengine): New variable.
* gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer2022-07-3119-42/+42
| | | | | | | Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
* gnu: Add qtwebchannel, version 6.3.1.Maxim Cournoyer2022-07-311-0/+37
| | | | * gnu/packages/qt.scm (qtwebchannel): New variable.
* gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer2022-07-3115-27/+27
| | | | | | | Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
* gnu: Add qtwebsockets, version 6.3.1.Maxim Cournoyer2022-07-311-0/+39
| | | | * gnu/packages/qt.scm (qtwebsockets): New variable.
* gnu: qtwebsockets: Rename to qtwebsockets-5.Maxim Cournoyer2022-07-317-13/+13
| | | | | | | Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative.Maxim Cournoyer2022-07-311-0/+6
| | | | * gnu/packages/qt.scm (qtquickcontrols2): New variable.
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer2022-07-3118-30/+30
| | | | | | | Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer2022-07-3116-22/+22
| | | | | | | Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
* gnu: Add qtdeclarative, version 6.3.1.Maxim Cournoyer2022-07-311-0/+128
| | | | * gnu/packages/qt.scm (qtdeclarative): New variable.
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-3133-149/+149
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: Add qtmultimedia, version 6.3.1.Maxim Cournoyer2022-07-311-0/+65
| | | | * gnu/packages/qt.scm (qtmultimedia): New variable.
* gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-3121-58/+59
| | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
* gnu: Add qtshadertools.Maxim Cournoyer2022-07-311-0/+29
| | | | * gnu/packages/qt.scm (qtshadertools): New variable.
* gnu: qpwgraph: Migrate to Qt 6 and add libxkbcommon input.Maxim Cournoyer2022-07-311-4/+5
| | | | | * gnu/packages/audio.scm (qpwgraph)[inputs]: Replace qtbase-5 with qtbase, qtsvg-5 with qtsvg. Add libxkbcommon.
* gnu: Add qtsvg, version 6.3.1.Maxim Cournoyer2022-07-311-0/+31
| | | | * gnu/packages/qt.scm (qtsvg): New variable.
* gnu: qtsvg-5: Fix indentation.Maxim Cournoyer2022-07-311-6/+7
| | | | * gnu/packages/qt.scm (qtsvg-5): Fix indentation.
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-3150-211/+210
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i