Age | Commit message (Expand) | Author |
2021-11-11 | gnu: fpc: Fix build....The bootstrap binaries (!) were probably too old.
* gnu/packages/pascal.scm: Add missing copyright line.
(%fpc-version, %fpc-release-date): New variables.
(fpc-bootstrap-i386-3.0.4): Add a FIXME for a proper bootstrap. Rename to...
(fpc-bootstrap-i386): ... this and update to 3.2.2. Use %fpc-version.
(fpc-bootstrap-x86_64-3.0.4): Rename to...
(fpc-bootstrap-x86_64): ... this and update to 3.2.2. Use %fpc-version.
(fpc): Remove trailing #t.
[version]: Use %fcp-version.
[inputs]: Adjust accordingly.
[phases]: Remove hard coded version and release strings.
| Maxim Cournoyer |
2021-11-11 | gnu: rust: Remove #:rust ,rust-1.52 arguments....Only the last rust is now suitable to be used, which is 1.54 (the default).
* gnu/packages/crates-io.scm (rust-diffus-0.10)
(rust-jetscii-0.5, rust-news-flash-1, rust-opml-1)
(rust-snake-case-0.3, rust-strong-xml-0.6): Remove #:rust argument.
(rust-obfstr-0.3): Remove arguments field.
| Maxim Cournoyer |
2021-11-11 | gnu: kexec-tools: Fix build on i686-linux....* gnu/packages/linux.scm (kexec-tools)
[native-inputs]: Add binutils-next and its accompanying wrapper.
| Maxim Cournoyer |
2021-11-11 | gnu: binutils-gold: Inherit from binutils-next....And reinstate tests on non-x86 architectures, as the past problems now appear
to be resolved.
* gnu/packages/base.scm (binutils-gold): Inherit from binutils-next.
[tests?]: Remove argument.
[inputs]: Remove gcc:lib, which is already included implicitly.
| Maxim Cournoyer |
2021-11-11 | gnu: Add binutils-next....* gnu/packages/base.scm (binutils-next): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: openblas: Do not build static library....* gnu/packages/maths.scm (openblas)[make-flags]: Add NO_STATIC=1.
| Maxim Cournoyer |
2021-11-11 | gnu: openblas: Add support for older x86 processors....Fixes <https://issues.guix.gnu.org/51452>.
* gnu/packages/maths.scm (openblas)[make-flags]: Make the x86_64, i686,
powerpc64le and aarch64 architectures share the same flags; this causes the
DYNAMIC_OLDER=1 to be added for all of them and TARGET=GENERIC to be added for
the x86_64 and i686 architectures.
| Maxim Cournoyer |
2021-11-11 | gnu: glade3: Use meson-0.59....* gnu/packages/gnome.scm (glade3)[meson]: Use meson-0.59.
| Maxim Cournoyer |
2021-11-11 | gnu: libgweather: Use libsoup 2....* gnu/packages/gnome.scm (libgweather)[inputs]{libsoup}: Use libsoup-minimal-2.
| Maxim Cournoyer |
2021-11-11 | gnu: network-manager-applet: Use meson-0.59....* gnu/packages/gnome.scm (network-manager-applet)[meson]: Use meson-0.59.
| Maxim Cournoyer |
2021-11-11 | gnu: geocode-glib: Use libsoup 2....* gnu/packages/gnome.scm (geocode-glib)[inputs]{libsoup}: Use libsoup-minimal-2.
| Maxim Cournoyer |
2021-11-11 | gnu: gnome-session: Use meson-0.59....* gnu/packages/gnome.scm (gnome-session)[meson]: Use meson-0.59.
| Maxim Cournoyer |
2021-11-11 | gnu: hackneyed-x11-cursors: Update to 0.8.2....* gnu/packages/xorg.scm (hackneyed-x11-cursors): Update to 0.8.2.
| Maxim Cournoyer |
2021-11-11 | gnu: gnome-bluetooth: Use meson-0.59....* gnu/packages/gnome.scm (gnome-bluetooth)[meson]: Use meson-0.59.
| Maxim Cournoyer |
2021-11-11 | gnu: conan: Update to 1.42.0....* gnu/packages/package-management.scm (conan): Update to 1.42.0.
[phases]{relax-requirements}: Relax the Jinja2 requirement.
[native-inputs]: Remove obsolete comment about CMake.
| Maxim Cournoyer |
2021-11-11 | gnu: python-urllib3: Update to 1.26.7....* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.7.
| Maxim Cournoyer |
2021-11-11 | gnu: python-wmctrl: Add missing python-attrs propagated inputs....Credits to the 'sanity-check' phase for detecting this problem.
* gnu/packages/python-xyz.scm (python-wmctrl)[propagated-inputs]: Add
python-attrs.
| Maxim Cournoyer |
2021-11-11 | gnu: python-asynctest: Delete package....This library is no longer supported (doesn't build with Python 3.9; see
https://github.com/Martiusweb/asynctest/issues/158).
* gnu/packages/python-xyz.scm (python-aionotify): Delete variable.
| Maxim Cournoyer |
2021-11-11 | gnu: python-pymodbus: Update to 2.5.3....* gnu/packages/python-xyz.scm (python-pymodbus): Update to 2.5.3.
[phases]{disable-problematic-tests}: Delete an extra test module.
[native-inputs]: Remove python-asynctest.
| Maxim Cournoyer |
2021-11-11 | gnu: python-aiomysql: Update to 0.17.8....* gnu/packages/databases.scm (python-aiomysql): Update to 0.17.8. Update
comment about why the tests are disabled.
[native-inputs]: Remove.
[propagated-inputs]{python-pypika, python-typing-extensions}: Remove.
{python-asyncmy, python-asyncpg, python-iso8601, python-pypika-tortoise}
{python-rapidjson, python-uvloop}: New propagated inputs.
[synopsis, description]: Reformat and modify slightly.
| Maxim Cournoyer |
2021-11-11 | gnu: Add python-aiomysql....* gnu/packages/databases.scm (python-aiomysql): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: Add python-asyncmy....* gnu/packages/databases.scm (python-asyncmy): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: Add python-asyncpg....* gnu/packages/databases.scm (python-asyncpg): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: Add python-sphinxcontrib-asyncio....* gnu/packages/databases.scm (python-sphinxcontrib-asyncio): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: Add python-pypika-tortoise....* gnu/packages/databases.scm (python-pypika-tortoise): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: icecat: Enable geckodriver....* 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'.
| Maxim Cournoyer |
2021-11-11 | gnu: osinfo-db-tools: Update to 1.9.0....* gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.9.0.
[input]{libsoup}: Use libsoup-minimal-2.
| Maxim Cournoyer |
2021-11-11 | build: meson: Replace the 'test-target' argument by 'test-options'....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.
| Maxim Cournoyer |
2021-11-11 | gnu: icecat: Use latest rust....* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the current version
of rust and cargo, which is 1.54.
| Maxim Cournoyer |
2021-11-11 | gnu: gvfs: Use meson-0.59 to workaround faulty meson....Meson 0.60 now hard fails on errors it previously only warned about.
* gnu/packages/gnome.scm (gvfs)[meson]: Use meson-0.59.
| Maxim Cournoyer |
2021-11-11 | gnu: libgdata: Use libsoup 2 to fix build....* gnu/packages/gnome.scm (libgdata)[inputs]: Use libsoup-minimal-2.
| Maxim Cournoyer |
2021-11-11 | gnu: ansible: Update to 4.7.0....* gnu/packages/admin.scm (ansible): Update to 4.7.0.
| Maxim Cournoyer |
2021-11-11 | gnu: ansible-core: Use GUIX_PYTHONPATH to fix build....* gnu/packages/admin.scm (ansible-core)[phases]{preserve-pythonpath}: Replace
PYTHONPATH by GUIX_PYTHONPATH.
| Maxim Cournoyer |
2021-11-11 | gnu: openblas: Update to 0.3.18....* gnu/packages/maths.scm (openblas): Update to 0.3.18. Delete trailing #t.
| Maxim Cournoyer |
2021-11-11 | gnu: docker-compose: Update to 1.29.2....* gnu/packages/docker.scm (docker-compose): Update to 1.29.2.
[inputs]: Add python-dotenv and python-distro.
| Maxim Cournoyer |
2021-11-11 | gnu: python-distro: Update to 1.6.0....* gnu/packages/python-xyz.scm (python-distro): Update to 1.6.0.
| Maxim Cournoyer |
2021-11-11 | gnu: Add python-dotenv....* gnu/packages/python-xyz.scm (python-dotenv): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: python-docker: Update to 5.0.3 and remove obsolete package variants....* 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.
| Maxim Cournoyer |
2021-11-11 | gnu: python-requests: Update to 2.26.0....* gnu/packages/python-web.scm (python-requests): Update to 2.26.0.
[propagated-inputs]: add python-charset-normalizer.
| Maxim Cournoyer |
2021-11-11 | gnu: Remove references to a removed patch....* gnu/packages/backup.scm (libchop)[source]: Remove the patch.
(idutils)[source]: Ditto.
| Mathieu Othacehe |
2021-11-11 | gnu: gnome-online-accounts: Update to 3.43.1....* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.43.1.
[inputs]{webkitgtk}: Use webkitgtk-with-libsoup2.
| Maxim Cournoyer |
2021-11-11 | gnu: Add webkitgtk-with-libsoup2...* gnu/packages/webkit.scm (webkitgtk-with-libsoup2): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: libblockdev: Update to 2.26....* 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.
| Maxim Cournoyer |
2021-11-11 | gnu: uhttpmock: Use libsoup 2....* gnu/packages/web.scm (uhttpmock)[inputs]{libsoup}: Downgrade to libsoup 2 to
fix build.
| Maxim Cournoyer |
2021-11-11 | gnu: emacs-elpy: Update to 1.35.0-0.8d0de31....* 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.
| Maxim Cournoyer |
2021-11-11 | gnu: jami-gnome: Fix build with webkitgtk 2.34.1....* gnu/packages/jami.scm (jami-gnome)[phases]{fix-webkit-detection}: New phase.
| Maxim Cournoyer |
2021-11-11 | gnu: geoclue: Fix build option name....* gnu/packages/gnome.scm (geoclue)[configure-flags]<bus-srv-user>: Rename
to...
<dbus-srv-user>: ... this. The error was caught by meson 0.60.
| Maxim Cournoyer |
2021-11-11 | gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0....* gnu/packages/freedesktop.scm (accountsservice):
[meson]: Use meson-0.59.
| Maxim Cournoyer |
2021-11-11 | gnu: network-manager: Update to 1.32.12....* 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.
| Maxim Cournoyer |
2021-11-11 | gnu: Add polkit-duktape....* 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.
| Maxim Cournoyer |