lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

emacs24: add options for acl and gpm

authored by

Herwig Hochleitner and committed by moritz.vongoewels.de 8b0b9be0 f63a9f25

+4 -2
+2 -2
pkgs/applications/editors/emacs-24/default.nix
··· 1 1 { stdenv, fetchurl, ncurses, x11, libXaw, libXpm, Xaw3d 2 2 , pkgconfig, gtk, libXft, dbus, libpng, libjpeg, libungif 3 3 , libtiff, librsvg, texinfo, gconf, libxml2, imagemagick, gnutls 4 - , alsaLib, cairo 4 + , alsaLib, cairo, acl, gpm 5 5 , withX ? !stdenv.isDarwin 6 6 , withGTK3 ? false, gtk3 ? null 7 7 , withGTK2 ? true, gtk2 ··· 36 36 ]; 37 37 38 38 buildInputs = 39 - [ ncurses gconf libxml2 gnutls alsaLib pkgconfig texinfo ] 39 + [ ncurses gconf libxml2 gnutls alsaLib pkgconfig texinfo acl gpm ] 40 40 ++ stdenv.lib.optional stdenv.isLinux dbus 41 41 ++ stdenv.lib.optionals withX 42 42 [ x11 libXaw Xaw3d libXpm libpng libjpeg libungif libtiff librsvg libXft
+2
pkgs/top-level/all-packages.nix
··· 10792 10792 gconf = null; 10793 10793 alsaLib = null; 10794 10794 imagemagick = null; 10795 + acl = null; 10796 + gpm = null; 10795 10797 }; 10796 10798 10797 10799 emacs24-nox = lowPrio (appendToName "nox" (emacs24.override {