emacs: Depend on libselinux only for Linux
This commit is contained in:
parent
244c18c70d
commit
0bf515c973
|
@ -60,8 +60,8 @@ stdenv.mkDerivation rec {
|
||||||
++ lib.optionals srcRepo [ autoconf automake texinfo ];
|
++ lib.optionals srcRepo [ autoconf automake texinfo ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ ncurses gconf libxml2 gnutls alsaLib acl gpm gettext libselinux ]
|
[ ncurses gconf libxml2 gnutls alsaLib acl gpm gettext ]
|
||||||
++ lib.optional stdenv.isLinux dbus
|
++ lib.optional stdenv.isLinux [ dbus libselinux ]
|
||||||
++ lib.optionals withX
|
++ lib.optionals withX
|
||||||
[ xlibsWrapper libXaw Xaw3d libXpm libpng libjpeg libungif libtiff librsvg libXft
|
[ xlibsWrapper libXaw Xaw3d libXpm libpng libjpeg libungif libtiff librsvg libXft
|
||||||
imagemagick gconf ]
|
imagemagick gconf ]
|
||||||
|
|
Loading…
Reference in New Issue