unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35514] [PATCH 1/1] gnu: emacs: Add libselinux to inputs.
@ 2019-04-30 22:06 wednesday
  0 siblings, 0 replies; only message in thread
From: wednesday @ 2019-04-30 22:06 UTC (permalink / raw)
  To: 35514; +Cc: wednesday

* gnu/packages/emacs.scm (emacs)[inputs]: Add libselinux to support
  extended attributes.
---
 gnu/packages/emacs.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7c60cc6021..9881dadcd7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -57,6 +57,7 @@
   #:use-module (gnu packages linux) ; alsa-lib
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages selinux) ; for libselinux
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages webkit)
@@ -146,6 +147,7 @@
        ("ncurses" ,ncurses)
 
        ;; TODO: Add the optional dependencies.
+       ("libselinux" ,libselinux)
        ("libx11" ,libx11)
        ("gtk+" ,gtk+)
        ("libxft" ,libxft)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-30 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 22:06 [bug#35514] [PATCH 1/1] gnu: emacs: Add libselinux to inputs wednesday

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).