summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-11-05 21:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-11-05 21:00:00 -0500
commitbc8ef6c3ff8ca5339d4adf7ad90ea523be7a763d (patch)
tree355aba51fc05beb814e13d89ecf94725bd42f83d /pkgs
parent0cad3f67340c092bb2dc88c985ace1f6bf00add3 (diff)
downloadnixpkgs-bc8ef6c3ff8ca5339d4adf7ad90ea523be7a763d.tar
nixpkgs-bc8ef6c3ff8ca5339d4adf7ad90ea523be7a763d.tar.gz
nixpkgs-bc8ef6c3ff8ca5339d4adf7ad90ea523be7a763d.tar.bz2
nixpkgs-bc8ef6c3ff8ca5339d4adf7ad90ea523be7a763d.tar.lz
nixpkgs-bc8ef6c3ff8ca5339d4adf7ad90ea523be7a763d.tar.xz
nixpkgs-bc8ef6c3ff8ca5339d4adf7ad90ea523be7a763d.tar.zst
nixpkgs-bc8ef6c3ff8ca5339d4adf7ad90ea523be7a763d.zip
emacs: also allow librsvg dependency when using withNS
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/emacs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs/default.nix b/pkgs/applications/editors/emacs/default.nix
index 29a6a8773ef..2862ba7184f 100644
--- a/pkgs/applications/editors/emacs/default.nix
+++ b/pkgs/applications/editors/emacs/default.nix
@@ -60,9 +60,9 @@ stdenv.mkDerivation rec {
     [ ncurses gconf libxml2 gnutls alsaLib acl gpm gettext ]
     ++ lib.optionals stdenv.isLinux [ dbus libselinux systemd ]
     ++ lib.optionals withX
-      [ xlibsWrapper libXaw Xaw3d libXpm libpng libjpeg libungif libtiff librsvg libXft
+      [ xlibsWrapper libXaw Xaw3d libXpm libpng libjpeg libungif libtiff libXft
         gconf ]
-    ++ lib.optionals (withX || withNS) [ imagemagick ]
+    ++ lib.optionals (withX || withNS) [ imagemagick librsvg ]
     ++ lib.optionals (stdenv.isLinux && withX) [ m17n_lib libotf ]
     ++ lib.optional (withX && withGTK2) gtk2-x11
     ++ lib.optionals (withX && withGTK3) [ gtk3-x11 gsettings-desktop-schemas ]