diff options
author | Andreas Enge <andreas@enge.fr> | 2014-11-09 18:55:31 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-11-09 18:55:31 +0100 |
commit | c4bd2aca00068c179c308256e6a8c04d7d3e108e (patch) | |
tree | e07fb04bbbb0fc60f0ef099abb2de46806bf93f0 /gnu-system.am | |
parent | 922ea80683fa9ba5cc91818d2e2679b5c6c1fa6a (diff) | |
download | guix-c4bd2aca00068c179c308256e6a8c04d7d3e108e.tar guix-c4bd2aca00068c179c308256e6a8c04d7d3e108e.tar.gz |
gnu: Add polkit.
* gnu/packages/polkit.scm (polkit): New variable.
* gnu/packages/patches/polkit-drop-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch file.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index aaecaad2d1..f11824e6d7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -400,6 +400,7 @@ dist_patch_DATA = \ gnu/packages/patches/petsc-fix-threadcomm.patch \ gnu/packages/patches/pingus-sdl-libs-config.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ + gnu/packages/patches/polkit-drop-test.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/pulseaudio-CVE-2014-3970.patch \ gnu/packages/patches/pulseaudio-fix-mult-test.patch \ |