diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2021-12-14 22:47:51 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-19 13:17:30 +0100 |
commit | 360c10ba7e43f31bee2150ee5f93ba4c65108645 (patch) | |
tree | 2bd77276930a72a7c09d0f3ed8a916570396c8c1 /gnu/local.mk | |
parent | 5a507c0080c0d36181ddd3e26397c287490fb2f3 (diff) | |
download | guix-360c10ba7e43f31bee2150ee5f93ba4c65108645.tar.gz |
gnu: xdg-desktop-portal-wlr: Add binary dependencies.
* gnu/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch: Add it. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Add dependencies on bash-minimal, grim and slurp, and hardcode the paths in source. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
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 0bae6ffa63..d20a51070b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1932,6 +1932,7 @@ dist_patch_DATA = \ %D%/packages/patches/wpa-supplicant-CVE-2021-27803.patch \ %D%/packages/patches/wpa-supplicant-CVE-2021-30004.patch \ %D%/packages/patches/x265-arm-flags.patch \ + %D%/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch\ %D%/packages/patches/xf86-video-ark-remove-mibstore.patch \ %D%/packages/patches/xf86-video-mach64-bool-to-boolean.patch \ %D%/packages/patches/xf86-video-mach64-glibc-2.20.patch \ |