diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2021-11-19 11:09:49 +0000 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2021-11-19 17:19:34 -0500 |
commit | 2db788fe74ee2db52b6cf7c473c05c12a8f9b770 (patch) | |
tree | 8a8b77e8cb92ddbd1994dca5e62f6984a1441859 /gnu/local.mk | |
parent | 25b6e7110c8c11d67539247c6bb58cddc6bf0f6b (diff) | |
download | guix-2db788fe74ee2db52b6cf7c473c05c12a8f9b770.tar.gz |
gnu: elogind: Revert changes to polkit build time detection.
* gnu/packages/patches/elogind-revert-polkit-detection.patch: New file. * gnu/packages/freedesktop.scm (elogind): Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Timothy Sample <samplet@ngyro.com>
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 d4a6b59e34..54b23c06d9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1009,6 +1009,7 @@ dist_patch_DATA = \ %D%/packages/patches/elixir-path-length.patch \ %D%/packages/patches/elm-compiler-disable-reactor.patch \ %D%/packages/patches/elm-compiler-fix-map-key.patch \ + %D%/packages/patches/elogind-revert-polkit-detection.patch \ %D%/packages/patches/emacs-exec-path.patch \ %D%/packages/patches/emacs-fix-scheme-indent-function.patch \ %D%/packages/patches/emacs-ignore-empty-xim-styles.patch \ |