diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-09-20 12:00:51 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-09-29 11:10:30 +0200 |
commit | 93ceb2d90165fa5e76f983f252f09bf97f3b17d8 (patch) | |
tree | 47c209972ec5d198a54d04e18e9e0e6a4cbd6f25 /gnu/local.mk | |
parent | 786eb92c0f1ea8a22c9cf160440cd0722052e6f8 (diff) |
gnu: rapidcheck: Fix pkg-config libs.
Using rapidcheck as a dependency in a project currently results in a linker
error, because the pkg-config file is missing relevant linker flags.
* gnu/packages/patches/rapidcheck-fix-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/check.scm (rapidcheck)[patches]: Use it here.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index be930e66b2..49660d4b3e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2077,6 +2077,7 @@ dist_patch_DATA = \ %D%/packages/patches/qtwayland-cleanup-callbacks.patch \ %D%/packages/patches/ragel-char-signedness.patch \ %D%/packages/patches/randomjungle-disable-static-build.patch \ + %D%/packages/patches/rapidcheck-fix-libs.patch \ %D%/packages/patches/raptor2-heap-overflow.patch \ %D%/packages/patches/ratpoints-sturm_and_rp_private.patch \ %D%/packages/patches/ratpoison-shell.patch \ |