mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libextractor: Enable apparmor support.
* gnu/packages/gnunet.scm (libextractor) [inputs]: Add libapparmor. Change-Id: I6ec8b7fce5db0179f2b65d9a4509ab9bcecb12ef
This commit is contained in:
parent
0d44ac48bb
commit
28012e9fe1
1 changed files with 2 additions and 0 deletions
|
@ -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 @@ (define-public libextractor
|
|||
glib
|
||||
gst-plugins-base
|
||||
gstreamer
|
||||
libapparmor
|
||||
libarchive
|
||||
libgsf
|
||||
libjpeg-turbo
|
||||
|
|
Loading…
Reference in a new issue