gnu: idutils: Remove now unnecessary ‘XFAIL_TESTS’ flag.
This is unnecessary since the switch to glibc 2.41.
* gnu/packages/idutils.scm (idutils)[arguments]: Remove.
Change-Id: I0fb6a1c0c7d70fc59e94acc54c3522b4fe92ad00
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: s7: Fix build with gcc-14.
* gnu/packages/lisp.scm (s7-bootstrap)[arguments]<#:phases>{build}:
Add a compiler flag.
Change-Id: Ic302c72d137c81a37f61a3fdfc58fc998f46dfe4
gnu: notcurses: Update to 3.0.16.
* gnu/packages/notcurses.scm (notcurses): Update to 3.0.16.
Change-Id: I6f5fcc7f4763354cf7fad1350902844f12b36448
gnu: raylib: Fix build with gcc-14.
* gnu/packages/game-development.scm (raylib)[arguments]<#:configure-flags>:
Add -Wno-error= to CMAKE_C_FLAGS.
Fixes: guix/guix#1606
Change-Id: I012a23a4faa53168cb7727ce7dad1bff45dd5848
gnu: gcc-boot0: Fix build on powerpc-linux.
* gnu/packages/commencement.scm (gcc-boot0)[inputs]: When building on
powerpc-linux use libstdc++-boot0@5.
Change-Id: I9d46f000b9d402491b0131d2f55b6ad9a9259c88
gnu: python-ruamel.yaml: Enable tests.
* gnu/packages/serialization.scm (python-ruamel.yaml)[arguments]: Enable
tests.
(python-ruamel.yaml-0.16)[arguments]: Keep tests disabled.
Change-Id: I137c57c1aac628f488a51f25741b59a844299119
gnu: python-ruamel.yaml.clib: Update to 0.2.12.
* gnu/packages/serialization.scm (python-ruamel.yaml.clib): Update to
0.2.12.
[arguments]: Move the 'cythonize-code phase to after the
'ensure-no-cythonized-files phase.
Change-Id: Ic304cc574df485f0c116150dfbed686c1351bc64
gnu: libpano13: Update to 2.9.22.
* gnu/packages/photo.scm (libpano13): Update to 2.9.22.
Change-Id: Ic21adce11c387a3d56f5da7fcab0a56cdb04dec9
gnu: psm2: Correct patch.
* gnu/packages/patches/psm2-compile-ctor-without-avx.patch:
Restore the default compilation flags for the "opa/opa_debug.c" file
from the package source.
Change-Id: Ic1afa49a91d029bcd3bd59f7840b1d428043a7b1
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Add cdk.
* gnu/packages/ncurses.scm (cdk): New variable.
Change-Id: Ic2f1fd7241a48a09657700a0466d1e042bc52a55
Change-Id: Iad54af59d7197958d300db4f78a043ae0dbb0e4f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Remove ppp-2.4.9.
* gnu/packages/samba.scm (ppp-2.4.9): Delete variable.
Change-Id: Ieb32184f533ac409bab38dcc12fa56ae8a6d8c6b
gnu: network-manager-fortisslvpn: Update to 1.4.0-0.0296450.
* gnu/packages/gnome.scm (network-manager-fortisslvpn): Update to
1.4.0-0.0296450.
[source]: Fetch from git.
<snippet>: Adjust to edit Makefile.am.
[native-inputs]: Add autoconf, automake, gtk:bin, libtool and libxml2.
[inputs]: Replace ppp-2.4.9 with ppp.
Change-Id: Ie297812b1170454bbc52310fb21a94b478a10e14
gnu: openfortivpn: Update to 1.23.1
* gnu/packages/vpn.scm (openfortivpn): Update to 1.23.1.
[inputs]: Replace ppp-2.49 with ppp.
Change-Id: I4def51a2630490b0b9606cc424484644b8cb38b8
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Modified-by: Maxim Cournoyer <maxim@guixotic.coop>
Fixes: https://bugs.gnu.org/79091
gnu: packages/code: Sort variables.
* gnu/packages/code.scm (amalgamate, cscope, universal-ctags): Sort
variables alphabetically.
Change-Id: I821a7dc95188a7ee355950d9af21c846ca84e620
gnu: packages/code: Select only pypi-uri from python build-system.
python-build-system is no longer in use in this module but
pyproject-build-system misses PYPI-URI symbol yet, this change load
just it.
* gnu/packages/code.scm: Load just PYPI-URI from python-build-system.
Change-Id: I545055e92ddf79012bc3baa2ed89b37341c0d10e
gnu: xenon: Switch to pyproject-build-system.
* gnu/packages/code.scm (xenon):
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools-next.
Change-Id: Ie9ca7182715364a3dcd7171d75e93578bfaf69ad
gnu: lcov-cobertura: Fix name.
* gnu/packages/code.scm (lcov-cobertura) [name]: Set the same as the
variable name.
Change-Id: I889362449a7cafc8235874c6c00b190f0eacf278
gnu: lcov-cobertura: Update to 2.1.1.
* gnu/packages/code.scm (lcov-cobertura): Update to 2.1.1.
[build-system]: Use pyproject.
[native-inputs]: Add python-pytest, python-setuptools,
python-setuptools-scm, python-wheel, and python-xmldiff.
Change-Id: I6138d4fd48a05075ff8daf1b5fbe4e06bc9cc45e
gnu: code: Sort imports.
* gnu/packages/code.scm: Sort imports.
Change-Id: I20f726c8dfcf675acbae26e30f1a9420a927190f
Reviewed-by: Noé Lopez <noelopez@free.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>