about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-30 09:56:16 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-30 09:56:16 +0200
commit91b01208a0bdbf88213d1a4b40a35d249c035ac7 (patch)
treea51396a8622808d36912dbafbbe1a2492e73d100 /pkgs/desktops
parent6038628ea54f3d4b2a171eb943a17c644ca0f247 (diff)
downloadnixlib-91b01208a0bdbf88213d1a4b40a35d249c035ac7.tar
nixlib-91b01208a0bdbf88213d1a4b40a35d249c035ac7.tar.gz
nixlib-91b01208a0bdbf88213d1a4b40a35d249c035ac7.tar.bz2
nixlib-91b01208a0bdbf88213d1a4b40a35d249c035ac7.tar.lz
nixlib-91b01208a0bdbf88213d1a4b40a35d249c035ac7.tar.xz
nixlib-91b01208a0bdbf88213d1a4b40a35d249c035ac7.tar.zst
nixlib-91b01208a0bdbf88213d1a4b40a35d249c035ac7.zip
gnome3.gnome-shell: fix build (missing xsltproc)
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/core/gnome-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/gnome-shell/default.nix b/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
index b4d309e19813..8e09c960e75e 100644
--- a/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-shell/default.nix
@@ -2,7 +2,7 @@
 , python3Packages, libsoup, polkit, clutter, networkmanager, docbook_xsl , docbook_xsl_ns, at-spi2-core
 , libstartup_notification, telepathy-glib, telepathy-logger, libXtst, unzip, glibcLocales, shared-mime-info
 , libgweather, libcanberra-gtk3, librsvg, geoclue2, perl, docbook_xml_dtd_42, desktop-file-utils
-, libpulseaudio, libical, gobjectIntrospection, gstreamer, wrapGAppsHook
+, libpulseaudio, libical, gobjectIntrospection, gstreamer, wrapGAppsHook, libxslt
 , accountsservice, gdk_pixbuf, gdm, upower, ibus, networkmanagerapplet
 , sassc, systemd, gst_all_1 }:
 
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
 
   nativeBuildInputs = [
     meson ninja pkgconfig gettext docbook_xsl docbook_xsl_ns docbook_xml_dtd_42 perl wrapGAppsHook glibcLocales
-    sassc desktop-file-utils
+    sassc desktop-file-utils libxslt.bin
   ];
   buildInputs = with gnome3; [
     systemd caribou