emacs: Missed a pluralization...

This commit is contained in:
John Wiegley
2016-11-16 08:54:30 -08:00
parent 0bf515c973
commit c4d2d56f22

View File

@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ ncurses gconf libxml2 gnutls alsaLib acl gpm gettext ]
++ lib.optional stdenv.isLinux [ dbus libselinux ]
++ lib.optionals stdenv.isLinux [ dbus libselinux ]
++ lib.optionals withX
[ xlibsWrapper libXaw Xaw3d libXpm libpng libjpeg libungif libtiff librsvg libXft
imagemagick gconf ]