diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-29 02:40:14 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:28 -0500 |
commit | f19ea27ad08aa12045bebb806a9575f6881e1e9c (patch) | |
tree | 05ca7981a5a89cc5a5d4a4fd4db3824db1cc845f /gnu/local.mk | |
parent | b79d93ca3372205392797579b29d7af7d16c610e (diff) | |
download | guix-f19ea27ad08aa12045bebb806a9575f6881e1e9c.tar.gz |
gnu: Add polkit-duktape.
* gnu/packages/polkit.scm (polkit): Disable a JavaScript related test, somehow triggered in the polkit-duktape build. (polkit-duktape): New variable. * gnu/packages/patches/polkit-use-duktape.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
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 82bb9bdf6e..0952b28ea7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1621,6 +1621,7 @@ dist_patch_DATA = \ %D%/packages/patches/plib-CVE-2011-4620.patch \ %D%/packages/patches/plib-CVE-2012-4552.patch \ %D%/packages/patches/plotutils-spline-test.patch \ + %D%/packages/patches/polkit-use-duktape.patch \ %D%/packages/patches/portaudio-audacity-compat.patch \ %D%/packages/patches/portmidi-modular-build.patch \ %D%/packages/patches/postgresql-disable-resolve_symlinks.patch \ |