mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
* Emacs: disable the dependency on librsvg, because it pulls in over
26 additional dependencies (such as Samba, Upstart, HAL, udev, OpenLDAP, ...). Also disable gconf because it doesn't really work and just prints annoying messages. svn path=/nixpkgs/branches/x-updates/; revision=25911
This commit is contained in:
parent
bdafe406db
commit
32f8ebfca3
@ -5790,8 +5790,8 @@ let
|
||||
Xaw3d = null;
|
||||
gtk = if stdenv.isDarwin then null else gtkLibs.gtk;
|
||||
# TODO: these packages don't build on Darwin.
|
||||
gconf = if stdenv.isDarwin then null else gnome.GConf;
|
||||
librsvg = if stdenv.isDarwin then null else librsvg;
|
||||
gconf = null /* if stdenv.isDarwin then null else gnome.GConf */;
|
||||
librsvg = null /* if stdenv.isDarwin then null else librsvg */;
|
||||
};
|
||||
|
||||
emacsSnapshot = lowPrio (callPackage ../applications/editors/emacs-snapshot {
|
||||
|
Loading…
Reference in New Issue
Block a user