Andrew Wong
3b2e5bbc84
gnu: Add wolfssl-for-rpcs3.
...
* gnu/packages/tls.scm (wolfssl-for-rpcs3): New variable.
Change-Id: I10f9eca82ae8774f401dfe4fb85816f524eb6482
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2025-12-26 13:15:40 +01:00
Ludovic Courtès
ad461613d9
gnu: Use self-references to inputs for #:disallowed-references.
...
This allows ‘package-input-rewriting’ to operate as expected on these
packages. Failing that, rewritten packages would still carry references to
non-rewritten packages in #:disallowed-references.
* gnu/packages/admin.scm (wpa-supplicant-gui): Use ‘this-package-native-input’
for #:disallowed-references.
* gnu/packages/fontutils.scm (freetype): Likewise.
* gnu/packages/glib.scm (glib-minimal): Likewise.
* gnu/packages/gnome.scm (cogl, gnome-shell): Likewise.
* gnu/packages/groff.scm (groff-minimal): Likewise.
* gnu/packages/gstreamer.scm (gstreamer): Likewise.
* gnu/packages/gtk.scm (gtk+): Likewise.
* gnu/packages/inkscape.scm (inkscape/pinned): Likewise.
* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk10)
(openjdk11): Likewise.
* gnu/packages/linux.scm (f2fs-tools/static): Likewise.
* gnu/packages/man.scm (man-db): Likewise.
* gnu/packages/openldap.scm (389-ds-base): Likewise.
* gnu/packages/qt.scm (qtbase-5): Likewise.
* gnu/packages/rrdtool.scm (rrdtool): Likewise.
* gnu/packages/rust.scm (rust-bootstrapped-package): Likewise.
* gnu/packages/statistics.scm (r-with-tests): Likewise.
(r-minimal): Likewise.
* gnu/packages/texinfo.scm (info-reader): Likewise.
* gnu/packages/tls.scm (gnutls): Likewise.
(openssl-1.1): Likewise.
* gnu/packages/version-control.scm (git-minimal): Likewise.
(git): Likewise.
(gource): Likewise.
* gnu/packages/web.scm (mod-wsgi): Likewise.
* gnu/packages/xfce.scm (xfdesktop): Likewise.
* gnu/packages/perl.scm (perl-libtime-parsedate): Update comment.
* gnu/packages/video.scm (v4l-utils-minimal): Add FIXME comment.
Change-Id: I118ecd5894c24c53ec52c9208b0025ccfa3dd68a
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-11-09 22:13:37 +01:00
Ashish SHUKLA
241077b2c7
gnu: libressl: Update to 4.2.0. [security fixes]
...
Fixes CVE-2025-9230.
* gnu/packages/tls.scm (libressl): Update to 4.2.0
Change-Id: I8fd2786d29be4084f7d6588eae805ad4714c25a0
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-10-26 12:33:23 +01:00
Sughosha
83ab6ffa65
Revert "gnu: Add libp11."
...
This reverts commit 3e90591c3c .
The package libp11 is already available in gnu/packages/security-token.scm.
2025-10-19 19:39:21 +05:30
Sughosha
3e90591c3c
gnu: Add libp11.
...
* gnu/packages/tls.scm (libp11): New variable.
Change-Id: I663b8a769887e66e6b5c4920ec67df94d9df1997
2025-10-08 17:45:41 +05:30
Maxim Cournoyer
3f1c29faee
gnu: mbedtls-for-hiawatha: Use package/inherit.
...
This is a variant, and should get the same graft treatment as the parent
package.
* gnu/packages/tls.scm (mbedtls-for-hiawatha): Use package/inherit.
Change-Id: I570db81d5a6d703ade47b160fbdf0eb5d655b0fc
2025-09-30 16:52:06 +09:00
Maxim Cournoyer
2117dc01fa
gnu: Remove mbedtls-apache.
...
* gnu/packages/tls.scm (mbedtls-apache): Delete variable.
Change-Id: I606a45f29e6212f259159a9d2f2d2edc9a42b7b5
2025-09-30 16:52:06 +09:00
Maxim Cournoyer
30786da502
gnu: mbedtls: Update to 3.5.2.
...
* gnu/packages/tls.scm (mbedtls): Update to 3.5.2.
[source]: Switch to url-fetch (otherwise there are git submodules to pull).
Change-Id: I8e7402fd24049defb922a4ceae64d099abbf5bfb
2025-09-30 16:52:06 +09:00
Maxim Cournoyer
10482f731e
Reapply "Update Maxim's email address."
...
This reverts commit a7db92d9b3 , this time with
the more careful command, to avoid a world rebuild:
grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
--exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'
Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18 13:44:12 +09:00
Maxim Cournoyer
a7db92d9b3
Revert "Update Maxim's email address."
...
This reverts commit d0d87a744d . Oops! This
caused a world rebuild.
Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18 12:07:31 +09:00
Maxim Cournoyer
d0d87a744d
Update Maxim's email address.
...
The change was automated via:
git grep -l maxim.cournoyer@gmail.com |
xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'
* .mailmap: New entry.
Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-09-18 08:05:19 +09:00
Simon Josefsson
91fb87d0ab
gnu: guile-gnutls: Use git-archive tarballs instead of make-dist tarballs.
...
* gnu/packages/tls.scm (guile-gnutls): Update tarball URL. Add autoconf/automake.
Signed-off-by: Simon Josefsson <simon@josefsson.org >
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-08-28 23:01:25 +02:00
Andreas Enge
5ecfc9e731
gnu: Remove go-github-com-certifi-gocertifi.
...
* gnu/packages/tls.scm (go-github-com-certifi-gocertifi): Delete variable.
Fixes : guix/guix#1601
Change-Id: Ieddb4fb8a864c6543f1ee28c834e649e5834430b
2025-08-27 10:16:22 +02:00
Maxim Cournoyer
af9e540b71
gnu: nss-certs: Relocate to (gnu packages nss).
...
This is made so that the source can be shared without introducing module
circular dependencies.
* gnu/packages/certs.scm (nss-certs)
(nss-certs-for-test): Move to...
* gnu/packages/nss.scm: ... here.
Adjust the module imports via:
git grep -l '(gnu packages certs)' |
xargs sed 's/(gnu packages certs)/(gnu packages nss)/' -i
Change-Id: I56d7bc52ddcdffbced8a162e8db8ea5071b0cb0f
2025-08-17 22:34:42 +02:00
Nicolas Graves
d3d0a13c3e
gnu: certbot: Update to 4.2.0.
...
* gnu/packages/tls.scm (certbot): Update to 4.2.0.
[source, arguments, description]: Improve style.
Change-Id: I7b3380c4f04b5c07239f68e7c4fcd96e3c14ea08
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-14 13:15:26 +01:00
Nicolas Graves
58fa99eae7
gnu: python-acme: Update to 4.2.0.
...
* gnu/packages/tls.scm (python-acme): Update to 4.2.0.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Improve style. Add phase 'relax-requirements.
[native-inputs]: Add python-pytest-xdist, python-setuptools,
python-typing-extensions, python-wheel.
[propagated-inputs]: Remove python-chardet, python-requests-toolbelt,
python-pytz, python-pyasn1.
Change-Id: Iaae770b8076da9eef11197354a75a5af44f98496
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-14 13:15:26 +01:00
Greg Hogan
364e883298
gnu: Remove #:test-target argument.
...
* gnu/packages/astronomy.scm (libsep),
* gnu/packages/bioinformatics.scm (megahit),
* gnu/packages/bittorrent.scm (qbittorrent),
* gnu/packages/calendar.scm (date),
* gnu/packages/check.scm (klee, trompeloeil),
* gnu/packages/compression.scm (zziplib),
* gnu/packages/cpp.scm (immer, lager, zug),
* gnu/packages/databases.scm (timescaledb),
* gnu/packages/emulators.scm (dolphin-emu),
* gnu/packages/fpga.scm (systemc),
* gnu/packages/game-development.scm (box2d),
* gnu/packages/games.scm (megaglest, openclonk, teeworld),
* gnu/packages/glib.scm (sdbus-c++),
* gnu/packages/gnucash.scm (gnucash),
* gnu/packages/graph.scm (igraph),
* gnu/packages/image.scm (exiv2),
* gnu/packages/inkscape.scm (inkscape),
* gnu/packages/instrumentation.scm (yactfr),
* gnu/packages/kde-multimedia.scm (elisa),
* gnu/packages/linux.scm (falcosecurity-libs),
* gnu/packages/llvm.scm (libcxx, libomp-15),
* gnu/packages/machine-learning.scm (ctranslate2, tvm),
* gnu/packages/maths.scm (blitz),
* gnu/packages/messaging.scm (libphonenumber),
* gnu/packages/music.scm (clementine, libdiscid, opustags, strawberry),
* gnu/packages/opencog.scm (atomspace, attention, cogserver, cogutil,
opencog),
* gnu/packages/python-xyz.scm (pybind11)
* gnu/packages/radio.scm (libfec, libcorrect),
* gnu/packages/serialization.scm (qtcsv),
* gnu/packages/shells.scm (fish),
* gnu/packages/tls.scm (aws-lc),
* gnu/packages/web.scm (wabt),
* gnu/packages/vulkan.com (spirv-llvm-translator)
[arguments]: Move #:test-target to ...
<#:phases>: ... 'check phase.
* gnu/packages/algebra.scm (xtensor),
* gnu/packages/astronomy (stellarium),
* gnu/packages/bioinformatics.scm (libsbml),
* gnu/packages/chemistry.scm (openbabel),
* gnu/packages/cpp.scm (xsimd, xtl),
* gnu/packages/documentation.scm (doxygen),
* gnu/packages/lua.scm (selene),
* gnu/packages/libftdi.scm (libftdi),
* gnu/packages/llvm.scm (cling, libomp@12, libomp@13),
* gnu/packages/hyperledger.scm (hyperledger-iroha),
* gnu/packages/markup.scm (cmark, cmark-gfm),
* gnu/packages/maths.scm (cryptominisat, double-conversion),
* gnu/packages/mp3.scm (chromaprint),
* gnu/packages/qt.scm (qtpromise)
* gnu/packages/rdf.scm (clucene),
* gnu/packages/sync.scm (lsyncd)
[arguments}: Remove #:test-target.
* gnu/packages/engineering.scm (libfive),
* gnu/packages/game-development.scm (box2d-3)
[arguments]: Remove #:test-target and disable tests.
Change-Id: I0a82091df1789980bbbac0c334b6f993c36f412a
2025-08-04 04:10:32 +00:00
Greg Hogan
6d40d0b795
gnu: Disable parallel tests.
...
* gnu/packages/aidc.scm (zint),
* gnu/packages/calendar.scm (libical),
* gnu/packages/compression.scm (c-blosc2, minizip-ng),
* gnu/packages/cpp.scm (cpp-httplib),
* gnu/packages/engineering.scm (libmedfile),
* gnu/packages/gnome.scm (evolution-data-server),
* gnu/packages/image-processing.scm (opencv),
* gnu/packages/kde-frameworks.scm (kservice),
* gnu/packages/maths.scm (scotch),
* gnu/packages/networking.scm (restbed, restinio, srt),
* gnu/packages/tbb.scm (tbb),
* gnu/packages/tls.scm (mbedtls-lts),
* gnu/packages/vulkan.scm (vulkan-loader),
* gnu/packages/web.scm (websocketpp)
[arguments]<#:parallel-tests?>: Disable.
Change-Id: I88334deb4afc29ab84b279e9d1759a777ddd49dd
2025-08-04 04:10:26 +00:00
Dariqq
db0f72d072
gnu: guile-gnutls: Update to 5.0.1.
...
* gnu/packages/tls.scm (guile-gnutls): Update to 5.0.1.
[home-page]: Change to new repository url.
[source]: Change download url to gnu mirrors.
[#:make-flags] Remove XFAIL_TESTS
Change-Id: Ie4253ecdd1de6497e09f5262c14a396b03d076f9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2025-07-26 21:01:21 +09:00
Greg Hogan
514d5fbca9
gnu: perl-net-ssleay: Update to 1.94.
...
* gnu/packages/patches/perl-net-ssleay-colon-parsing.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/base.scm (perl-net-ssleay): Update to 1.94.
[source](origin): Add patch.
Change-Id: Ie4b8bc713618fb72e86c07860fab30e47b96dc76
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-07-18 20:17:31 +02:00
Zheng Junjie
a9ebd7822d
gnu: libtasn1: Update to 4.20.0.
...
* gnu/packages/tls.scm (libtasn1): Update to 4.20.0.
Change-Id: Icc1a1950d0e0d9ac769529dd91970eff6122d2eb
2025-07-18 20:17:29 +02:00
Janneke Nieuwenhuizen
0cf4ba5a43
gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14.
...
* gnu/packages/tls.scm (mbedtls-lts): Update to 2.28.9.
[arguments]: Extend #:configure-flags to relax gcc-14's strictness.
Change-Id: I928b2c9b76966f830ff8c953d8978518f9e2993b
2025-07-18 20:17:21 +02:00
Andreas Enge
62af6cf213
gnu: hiawatha: Update to 11.2.
...
* gnu/packages/web.scm (hiawatha): Update to 11.2.
[source]: Remove snippet.
* gnu/packages/tls.scm (mbedtls-for-hiawatha): Inherit from
mbedtls@3 instead of mbedtls-lts@2.
Co-authored-by: Gabriel Wicky <gabriel@erlikon.ch >
Change-Id: Id1b67ffb91f60df2fad2020a1b752452b364eede
2025-07-06 20:18:50 +02:00
Ashish SHUKLA
6787f3aaf9
gnu: libressl: Update to 4.1.0.
...
* gnu/packages/tls.scm (libressl): Update to 4.1.0.
Change-Id: Ib16271ecf43c3a3f375a4e037ab05539c588345e
Signed-off-by: Hilton Chain <hako@ultrarare.space >
2025-06-02 11:57:58 +08:00
Greg Hogan
171dbdbc6d
gnu: aws-lc: Downgrade to 1.48.5.
...
* gnu/packages/tls.scm (aws-lc): Downgrade to 1.48.5.
Change-Id: I9cab7dad39759de7f7aed983fcef1dd5d19e45f3
2025-04-15 22:55:18 +00:00
Maxim Cournoyer
5533ebf57b
gnu: libressl: Add debug output.
...
* gnu/packages/tls.scm (libressl) [outputs]: New field.
Change-Id: Ie4949d46d3b9f403b4c87e4f3ae876c40c3032a6
2025-04-14 10:34:52 +09:00
Maxim Cournoyer
e365a71381
gnu: libressl: Use gexp and drop obsolete workaround.
...
All of our kernels are now on the 5.x series, and other systems using 3.x
kernels are EOL.
* gnu/packages/tls.scm (libressl) [#:configure-flags]: Use gexps, and remove
the 'ac_cv_func_getentropy=no' flag.
Change-Id: If82e89d471adf3f6ea5983fa042f03dc5350c0d8
2025-04-14 10:34:52 +09:00
Ashish SHUKLA
b4a1577c97
gnu: s2n: Update to 1.5.15.
...
* gnu/packages/tls.scm (s2n): Update to 1.5.15.
Change-Id: I9d3285c2b58ee789b15a875f9cca3649a4451c67
Signed-off-by: Christopher Baines <mail@cbaines.net >
2025-04-06 17:16:19 +01:00
Ashish SHUKLA
0b43448b43
gnu: aws-lc: Update to 1.49.1
...
* gnu/packages/tls.scm (aws-lc): Update to 1.49.1.
[native-inputs]: Add perl.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2025-04-06 17:16:19 +01:00
Christopher Baines
91abb6278f
gnu: guile-gnutls: Add the debug output.
...
So that debug symbols are available for debugging segfaults involving
guile-gnutls.
* gnu/packages/tls.scm (guile-gnutls)[outputs]: Add debug.
Change-Id: Id447147b37ec0af76d0fcd568850d8f45fffa88d
2025-02-11 10:33:47 +00:00
Zheng Junjie
151128b628
gnu: openssl: Support loongarch64.
...
* gnu/packages/tls.scm (target->openssl-target, target->openssl-target): Add
loongarch64 case.
Change-Id: Ie85b4e1f39650f6134c9b5c4c81e0d5f83068558
2025-01-25 01:05:26 +08:00
Zheng Junjie
2cb1b72a08
gnu: wolfssl: Use G-expressions.
...
gnu/packages/tls.scm (wolfssl): Use G-expressions.
Change-Id: I56d995360b50a614a405c4377f0c7714c2522508
2025-01-07 23:53:29 +08:00
Ashish SHUKLA
bf43a739dd
gnu: wolfssl: Update to 5.7.6.
...
* gnu/packages/tls.scm (wolfssl): Update to 5.7.6.
Change-Id: Ibe9274f032bc4e5757534e01b7d8d1603f69efdc
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn >
2025-01-07 23:53:29 +08:00
Ashish SHUKLA
09228a0ce8
gnu: libressl: Update to 4.0.0.
...
Test certificate is updated upstream, so no need for a hack anymore.
* gnu/packages/tls.scm (libressl): Update to 4.0.0.
[native-inputs]: Remove. [arguments]<phases>: Remove.
Change-Id: Ib22aae8e48af4b4f9b5039283e563b419e629cf0
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2024-12-26 23:26:15 +01:00
Janneke Nieuwenhuizen
82e8ef994c
gnu: openssl-3.0: Support the 64bit Hurd.
...
* gnu/packages/patches/openssl-hurd64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/tls.scm (openssl-3.0)[arguments]: When building for the 64bit
Hurd, use it in new "apply-hurd-patch" phase. In #:configure-flags use
"hurd-x86_64" for the 64bit Hurd.
Change-Id: I8936377da726681b748cc010e1fbae3fb19dee05
2024-12-03 08:39:00 +01:00
Ludovic Courtès
79be44fb51
gnu: gnutls: Change release monitoring URL.
...
* gnu/packages/tls.scm (gnutls)[properties]: Change release monitoring
URL. Add ‘upstream-name’.
Change-Id: If6ee941246b130914ddf7ca11c074a9547b9d739
2024-12-01 20:14:16 +01:00
Ashish SHUKLA
4b39db3c38
gnu: wolfssl: Update to 5.7.4.
...
* gnu/packages/tls.scm (wolfssl): Update to 5.7.4.
Change-Id: I1438599e3febd71e50ae690f168b7bf12896223a
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn >
2024-11-28 14:19:50 +08:00
Efraim Flashner
a26ba23cdd
gnu: s2n: Support all 64-bit systems.
...
* gnu/packages/tls.scm (s2n)[supported-systems]: Expand to all 64-bit
systems supported in Guix.
Change-Id: Ide97bf8e5ec5090c4fb740c90cf0ec2aee4a3771
2024-11-03 12:36:44 +02:00
Nicolas Graves
571f1b9c01
gnu: wolfssl: Update to 5.7.2. [security fixes]
...
This fixes CVE-2022-42905, CVE-2023-3724, CVE-2024-1543, CVE-2024-5991.
* gnu/packages/tls.scm (wolfssl): Update to 5.7.2.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2024-10-11 13:40:57 +01:00
Greg Hogan
44aba54ed3
gnu: s2n: Update to 1.5.1.
...
* gnu/packages/tls.scm (s2n): Update to 1.5.1.
[arguments]: Re-enable warnings as errors.
[supported-systems]: Restrict to 64-bit systems.
Change-Id: I09d690c96789961473c846eb8174ddc8a2b1ad4e
2024-09-28 00:20:19 +02:00
Greg Hogan
eb4b4f3e32
gnu: aws-lc: Update to 1.34.2.
...
* gnu/packages/tls.scm (aws-lc): Update to 1.34.2.
[native-inputs]: Remove libfaketime.
[arguments]<#:configure-flags>: Disable Go.
<#:phases>: Remove overwritten 'check phase.
Change-Id: Ib15fc22d0660ad805395acbec6fc45a63079b6f4
2024-09-28 00:20:19 +02:00
Ludovic Courtès
ccb4a92c34
gnu: openssl@1.1: Ungraft.
...
* gnu/packages/tls.scm (openssl-1.1): Update to 1.1.1u.
[replacement]: Remove.
(openssl/fixed): Remove.
Change-Id: Idd77b57276ea132eee8c2c3fe801150c7789ac59
2024-08-31 10:44:16 +02:00
Ludovic Courtès
052d12f040
gnu: guile-gnutls: Update to 4.0.0.
...
* gnu/packages/tls.scm (guile-gnutls): Update to 4.0.0.
[source]: Remove “gnutls-cross.patch”.
[arguments]: Add #:make-flags.
* gnu/packages/patches/gnutls-cross.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: Ic4432e2d5ca37af5aa20cdf7e4e456afe2b37537
2024-08-31 10:44:16 +02:00
Ludovic Courtès
671db7471e
gnu: gnutls: Ungraft.
...
* gnu/packages/tls.scm (gnutls): Update to 3.8.3.
[replacement]: Remove.
[home-page]: Adjust.
(gnutls/fixed): Remove.
Change-Id: I592161764ca152140c777625ea6165ca0e31af03
2024-08-31 10:42:49 +02:00
Christopher Baines
832eec2a74
gnu: tls: Raise conditions from target->openssl-target.
...
Rather than rasising generic errors.
* gnu/packages/tls.scm (target->openssl-target): Raise conditions rather than
generic errors.
(openssl-1.1): Call target->openssl-target with the package.
Change-Id: I13c63328cdf6bc177b20879805246ad94ff2665b
2024-07-15 22:34:24 +01:00
Ludovic Courtès
a24e8de6ce
gnu: libressl: Run tests under ‘datefudge’.
...
Fixes <https://issues.guix.gnu.org/71491 >.
* gnu/packages/tls.scm (libressl)[arguments]: Add #:phases.
Change-Id: I85d866808a01265c90de6c662f35a083773faf08
2024-06-11 23:09:08 +02:00
Christopher Baines
f6c6dd229f
gnu: guile-gnutls: Update to 4.0.0.
...
* gnu/packages/tls.scm (guile-gnutls): Update to 4.0.0.
Change-Id: I7ced2e1309364c990907fafc489917fcd56fa103
2024-04-30 17:58:35 +01:00
Hilton Chain
06331aec11
gnu: Add mbedtls, version 3.5.2.
...
* gnu/packages/tls.scm (mbedtls): New variable.
Change-Id: I09c86ce04734bd5b44441d7749688a5c39389ece
2024-02-05 13:56:37 +08:00
Hilton Chain
2b296427d7
gnu: mbedtls-apache: Rename to mbedtls-lts.
...
* gnu/packages/tls.scm (mbedtls-apache): Rename package to "mbedtls".
Rename variable to…
(mbedtls-lts): …this.
(mbedtls-apache): Define as deprecated by mbedtls-lts.
(mbedtls-for-hiawatha): Adjust accordingly.
* doc/guix.texi: Likewise.
* gnu/packages/emulators.scm (dolphin-emu,retroarch)[inputs]: Likewise.
* gnu/packages/game-development.scm (godot-lts,godot)[inputs]: Likewise.
* gnu/packages/hardware.scm (hueplusplus,openrgb)[inputs]: Likewise.
* gnu/packages/haxe.scm (neko,haxe,hashlink)[inputs]: Likewise.
* gnu/packages/irc.scm (inspircd)[inputs]: Likewise.
* gnu/packages/julia-jll.scm (julia-mbedtls-jll)[arguments]<#:phases>,[inputs]:
Likewise.
* gnu/packages/julia.scm (julia)[arguments]<#:phases>,[inputs]: Likewise.
* gnu/packages/linphone.scm (bctoolbox)[inputs]: Likewise.
* gnu/packages/linux.scm (dislocker)[inputs]: Likewise.
* gnu/packages/networking.scm (nng)[inputs]: Likewise.
* gnu/packages/search.scm (dataparksearch)[inputs]: Likewise.
* gnu/packages/video.scm (obs)[inputs]: Likewise.
* gnu/packages/web.scm (hiawatha)[arguments]<#:phases>: Likewise.
Change-Id: I0c58b3cd0bcf6e44e7b16a69f6d2739aa3c1545b
2024-02-05 13:56:31 +08:00
Hilton Chain
0f86c1c6f8
gnu: mbedtls-apache: Use gexps.
...
* gnu/packages/tls.scm (mbedtls-apache)[arguments]: Use gexps.
Change-Id: Idefca03b8eea0d3f18497afccc4a3a081caac87e
2024-02-05 13:56:26 +08:00