unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: wednesday <jessejohngildersleve@zohomail.eu>
To: 35514@debbugs.gnu.org
Cc: wednesday <jessejohngildersleve@zohomail.eu>
Subject: [bug#35514] [PATCH 1/1] gnu: emacs: Add libselinux to inputs.
Date: Tue, 30 Apr 2019 23:06:56 +0100	[thread overview]
Message-ID: <20190430220656.5039-2-jessejohngildersleve@zohomail.eu> (raw)
In-Reply-To: <35514@debbugs.gnu.org>

* 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

                 reply	other threads:[~2019-04-30 22:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190430220656.5039-2-jessejohngildersleve@zohomail.eu \
    --to=jessejohngildersleve@zohomail.eu \
    --cc=35514@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).