diff options
author | Liliana Marie Prikler <[email protected]> | 2024-11-23 08:59:46 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:36 +0100 |
commit | 82de874b1eaa1e101d52e428373aa2826ce2d59c (patch) | |
tree | 3859d560a0979b9fa1853f5b1e61e8383dda7c18 /gnu/local.mk | |
parent | 11d07a4984a9fea681d47bb5119b2aee4ccb0bcd (diff) |
gnu: modem-manager: Fix build.
* gnu/packages/patches/modem-manager-fix-test-wrapper.patch: New file.
* gnu/packages/freedesktop.scm (modem-manager)[patches]: Use it here.
* gnu/local.mk (dist_patch_DATA): Register 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 a622a6a81e..c6534d27df 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1858,6 +1858,7 @@ dist_patch_DATA = \ %D%/packages/patches/mpg321-CVE-2019-14247.patch \ %D%/packages/patches/mpg321-gcc-10.patch \ %D%/packages/patches/modglue-fix-build.patch \ + %D%/packages/patches/modem-manager-fix-test-wrapper.patch \ %D%/packages/patches/module-init-tools-moduledir.patch \ %D%/packages/patches/monero-use-system-miniupnpc.patch \ %D%/packages/patches/mono-1.2.6-bootstrap.patch \ |