summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python-asyncmy.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/databases.scm (python-asyncmy): New variable.
* gnu: Add python-asyncpg.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/databases.scm (python-asyncpg): New variable.
* gnu: Add python-sphinxcontrib-asyncio.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/databases.scm (python-sphinxcontrib-asyncio): New variable.
* gnu: Add python-pypika-tortoise.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/databases.scm (python-pypika-tortoise): New variable.
* gnu: icecat: Enable geckodriver.Maxim Cournoyer2021-11-11
| | | | | | | * gnu/packages/gnuzilla.scm (icecat)[configure-flags]: Add the --enable-geckodriver flag. [phases]{install}: Also install the 'geckodriver' command. [description]: Mention the existence of 'geckodriver'.
* gnu: osinfo-db-tools: Update to 1.9.0.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.9.0. [input]{libsoup}: Use libsoup-minimal-2.
* build: meson: Replace the 'test-target' argument by 'test-options'.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | This change is motivated by the need to disable the default 30 seconds timeout that Meson uses (see: https://gitlab.gnome.org/GNOME/glib/-/issues/2522), and also by desire to specify extra options to run the check phase without having to override it. * guix/build-system/meson.scm (meson-build) <test-target>: Replace argument with... <test-options>: ... this one. * guix/build/meson-build-system.scm (check): Invoke 'meson test' instead of 'ninja test-target', as the former is configurable via options. * doc/guix.texi (Build Systems) <meson-build-system>: Update doc.
* gnu: icecat: Use latest rust.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the current version of rust and cargo, which is 1.54.
* gnu: gvfs: Use meson-0.59 to workaround faulty meson.Maxim Cournoyer2021-11-11
| | | | | | Meson 0.60 now hard fails on errors it previously only warned about. * gnu/packages/gnome.scm (gvfs)[meson]: Use meson-0.59.
* gnu: libgdata: Use libsoup 2 to fix build.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/gnome.scm (libgdata)[inputs]: Use libsoup-minimal-2.
* gnu: ansible: Update to 4.7.0.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/admin.scm (ansible): Update to 4.7.0.
* gnu: ansible-core: Use GUIX_PYTHONPATH to fix build.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/admin.scm (ansible-core)[phases]{preserve-pythonpath}: Replace PYTHONPATH by GUIX_PYTHONPATH.
* gnu: openblas: Update to 0.3.18.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/maths.scm (openblas): Update to 0.3.18. Delete trailing #t.
* gnu: docker-compose: Update to 1.29.2.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/docker.scm (docker-compose): Update to 1.29.2. [inputs]: Add python-dotenv and python-distro.
* gnu: python-distro: Update to 1.6.0.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/python-xyz.scm (python-distro): Update to 1.6.0.
* gnu: Add python-dotenv.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/python-xyz.scm (python-dotenv): New variable.
* gnu: python-docker: Update to 5.0.3 and remove obsolete package variants.Maxim Cournoyer2021-11-11
| | | | | | | * gnu/packages/docker.scm (python-docker): Update to 5.0.3. * gnu/packages/python-web.scm (python-requests-2.20): Delete unused package variant. (python-urllib3-1.24): Likewise.
* gnu: python-requests: Update to 2.26.0.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/python-web.scm (python-requests): Update to 2.26.0. [propagated-inputs]: add python-charset-normalizer.
* gnu: Remove references to a removed patch.Mathieu Othacehe2021-11-11
| | | | | * gnu/packages/backup.scm (libchop)[source]: Remove the patch. (idutils)[source]: Ditto.
* gnu: gnome-online-accounts: Update to 3.43.1.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.43.1. [inputs]{webkitgtk}: Use webkitgtk-with-libsoup2.
* gnu: Add webkitgtk-with-libsoup2Maxim Cournoyer2021-11-11
| | | | * gnu/packages/webkit.scm (webkitgtk-with-libsoup2): New variable.
* gnu: libblockdev: Update to 2.26.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/disk.scm (libblockdev): Update to 2.26. [source]: Remove patches field. [inputs]: Add xfsprogs. * gnu/packages/patches/libblockdev-glib-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
* gnu: uhttpmock: Use libsoup 2.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/web.scm (uhttpmock)[inputs]{libsoup}: Downgrade to libsoup 2 to fix build.
* gnu: emacs-elpy: Update to 1.35.0-0.8d0de31.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.35.0-0.8d0de31. [source]: Use git-fetch. [phases]{patch-ffip-project-search-call}: Delete. {disable-broken-tests}: New phase. [propagated-inputs]{python-rope}: Remove.
* gnu: jami-gnome: Fix build with webkitgtk 2.34.1.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/jami.scm (jami-gnome)[phases]{fix-webkit-detection}: New phase.
* gnu: geoclue: Fix build option name.Maxim Cournoyer2021-11-11
| | | | | | * gnu/packages/gnome.scm (geoclue)[configure-flags]<bus-srv-user>: Rename to... <dbus-srv-user>: ... this. The error was caught by meson 0.60.
* gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/freedesktop.scm (accountsservice): [meson]: Use meson-0.59.
* gnu: network-manager: Update to 1.32.12.Maxim Cournoyer2021-11-11
| | | | | | | | | * gnu/packages/gnome.scm (network-manager): Update to 1.32.12. [origin]: Remove snippet field. [meson]: New argument. [phases]: Remove trailing #t. {pre-configure}: Adjust; disable failing jansson test. * gnu/packages/patches/network-manager-plugin-path.patch: Adjust patch.
* gnu: Add polkit-duktape.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/polkit.scm (polkit): Disable a JavaScript related test, somehow triggered in the polkit-duktape build. (polkit-duktape): New variable. * gnu/packages/patches/polkit-use-duktape.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: duktape: Install a pkg-config file.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/javascript.scm (duktape)[phases]{install-pkg-config}: New phase.
* gnu: xorg-server: Fix indentation.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/xorg.scm (xorg-server): Fix indentation. Remove trailing #t.
* gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/xorg.scm (xorg-server): Update to 21.1.0. [origin]: Update URI. (xorg-server-for-tests)[version]: Delete field. [source]: Likewise. [propagated-inputs]: Add libxcvt and an explanatory comment.
* gnu: Add libxcvt.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/xorg.scm (libxcvt): New variable.
* gnu: xorgproto: Update to 2021.5.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/xorg.scm (xorgproto): Update to 2021.5.
* gnu: xkeyboard-config: Update to 2.34.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.34.
* gnu: tracker: Use libsoup-minimal-2 to fix build.Maxim Cournoyer2021-11-11
| | | | | | The package doesn't build with libsoup 3 yet. * gnu/packages/gnome.scm (tracker)[inputs]{libsoup}: Use libsoup-minimal-2.
* gnu: dconf: Update to 0.40.0.Maxim Cournoyer2021-11-11
| | | | | | * gnu/packages/gnome.scm (dconf): Update to 0.40.0. [configure-flags]: Fix the doc flag; it's named 'gtk_doc', not 'enable-gtk-doc'.
* gnu: gtkmm: Update to 4.4.0.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/gtk.scm (gtkmm): Update to 4.4.0. Delete trailing #t.
* gnu: gtkmm-3: Update to 3.24.5.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/gtk.scm (gtkmm-3): Update to 3.24.5. [arguments]: Use meson-0.59.
* gnu: Add meson-0.59.Maxim Cournoyer2021-11-11
| | | | | | | | Since gtkmm@3 at least requires it, to workaround a possible new bug in Meson. Keep Meson at 0.60, because it also introduces useful features, such as validating that the build options used exist. * gnu/packages/build-tools.scm (meson-0.59): New variable.
* gnu: Add cling.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/cpp.scm (cling): New variable. (llvm-cling): New private variable. (clang-cling): Likewise. * gnu/packages/patches/cling-use-shared-library.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: python-lit: Update to 12.0.1.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/check.scm (python-lit): Update to 12.0.1.
* gnu: python2-lit: Remove package.Maxim Cournoyer2021-11-11
| | | | * gnu/packages/check.scm (python2-lit): Remove package.
* gnu: ldc: Update to 1.27.1.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dlang.scm (ldc-bootstrap): Rename to... (ldc-bootstrap-0.17): ... this. Fix indentation. Disable tests. [phases]: Remove test related patching. {patch-phobos}: Rename to ... {patch-paths}: ... this. [inputs]: Remove llvm-6, which is propagated by clang-6. (ldc-bootstrap-1.12): New variable, based on the previous ldc. [source]: Use the official release tarball. [build-type]: Set the build type to Release. [configure-flags]: Pass the -GNinja configure flag. [phases]{patch-paths}: Override to adjust for changed paths. {build, install}: Override to use ninja. [native-inputs]: Add ld-gold-wrapper. Update llvm to version 11 and use ldc-bootstrap-0.17 as the bootstrapping D compiler. Add ninja. Remove the phobos-src, druntime-src and dmd-testsuite-src source inputs, now included in the official release. (ldc-bootstrap-1.24): Other intermediate variant for bootstrapping purposes. (ldc): Update to 1.27.1. [make-flags]: New argument. [configure-flags]: Adjust. [phases]{fix-compiler-rt-library-discovery}: New phase. {patch-paths-in-tests}: Likewise. {disable-problematic-tests}: Likewise. Compared to before, many GDB tests are reinstated. {set-cc-and-cxx-to-use-clang}: New phase. {tests}: Override. [inputs]: Update clang to version 11. Bootstrap from a stage 1 version of itself. * gnu/packages/patches/ldc-bootstrap-disable-tests.patch: Delete file. * gnu/packages/patches/ldc-disable-phobos-tests.patch: Likewise. * gnu/local.mk: De-register them.
* gnu: gdb: Update to 11.1 and remove gdb-9.2.Maxim Cournoyer2021-11-11
| | | | | | | | | | | * gnu/packages/gdb.scm (gdb-10): Rename to... (gdb-11): ... and update. Update comment about disabled tests. [origin]: Delete patch, integrated upstream. (gdb-9.2): Delete variable, no longer used. (gdb): Set alias to gdb-11. * gnu/packages/patches/gdb-hurd.patch: Delete file. * gnu/packages/patches/gdb-9.2-sim-ppc-fno-common.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
* gnu: python-numpy: Update to 1.21.3 and cleanup.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-numpy): Update to 1.21.3. [native-inputs]: Add python-hypothesis and python-pytest-xdist. [phases]: Delete trailing #t. Do not explicitly reorder the check phase, as it already runs after the install phase for the python build system. {configure-blas-lapack}: Rename to... {configure-blas}: ... this, to cleanup remnants of lapack left in commit 6623d1cd7f3. {check}: Honor TESTS?. Invoke the tests via the runtests.py script and enable parallel tests. (python2-numpy-1.8)[phases]{configure-blas-lapack}: Likewise (as for the python-numpy package).
* gnu: zxing-cpp: Update to 1.2.0-0.00783db.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | * gnu/packages/aidc.scm (zxing-cpp): Update to 1.2.0-0.00783db. [version]: Use git-version. [source]: Adjust accordingly. [native-inputs]: Replace googletest-source by the regular googletest package. Add fmt. [arguments]: Remove field. (zxing-cpp-1.2): New variable. * gnu/packages/gstreamer.scm (gst-plugins-bad): Skip failing test. [inputs]: Use zxing-cpp-1.2.
* gnu: mesa: Enable support for OpenGL ES 1.1 and 2.0.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/gl.scm (mesa)[native-inputs]: Add python-libxml2. Remove TODO comment.
* gnu: mesa: Replace obsolete vulkan-overlay-layer build option.Maxim Cournoyer2021-11-11
| | | | | | | | The option has been replaced by `vulkan-layers', an array of options. * gnu/packages/gl.scm (mesa): Remove trailing #t. [configure-flags]: Replace the vulkan-overlay-layer build option by vulkan-layers.
* gnu: gstreamer: Disable the pipelines-seek test.Maxim Cournoyer2021-11-11
| | | | | * gnu/packages/gstreamer.scm (gstreamer) [phases]{disable-problematic-tests}: New phase.