summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-03-11 14:25:11 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-03-13 00:38:11 -0400
commit28012e9fe1bbe4c4a29c1842ba2a5d309f802fe9 (patch)
tree93454e3e1e624ddbc08e32eb824a805ee0fede89
parent0d44ac48bbb3b5391a27b9cea1881bdb487dc3b4 (diff)
downloadguix-patches-28012e9fe1bbe4c4a29c1842ba2a5d309f802fe9.tar
guix-patches-28012e9fe1bbe4c4a29c1842ba2a5d309f802fe9.tar.gz
gnu: libextractor: Enable apparmor support.
* gnu/packages/gnunet.scm (libextractor) [inputs]: Add libapparmor. Change-Id: I6ec8b7fce5db0179f2b65d9a4509ab9bcecb12ef
-rw-r--r--gnu/packages/gnunet.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index cdd09f5de9..5db5907d65 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -32,6 +32,7 @@
(define-module (gnu packages gnunet)
#:use-module (gnu packages)
+ #:use-module (gnu packages apparmor)
#:use-module (gnu packages base)
#:use-module (gnu packages file)
#:use-module (gnu packages aidc)
@@ -137,6 +138,7 @@
glib
gst-plugins-base
gstreamer
+ libapparmor
libarchive
libgsf
libjpeg-turbo