gnome3.gnome-shell: enable extensions_tool

This commit is contained in:
worldofpeace 2019-09-15 16:49:42 -04:00 committed by Tor Hedin Brønner
parent 345ef1cfe0
commit 90b0e3c19f

View File

@ -5,7 +5,8 @@
, libpulseaudio, libical, gobject-introspection, gstreamer, wrapGAppsHook, libxslt, gcr, caribou
, accountsservice, gdk-pixbuf, gdm, upower, ibus, networkmanagerapplet, libgnomekbd, gnome-desktop
, gsettings-desktop-schemas, gnome-keyring, glib, gjs, mutter, evolution-data-server, gtk3
, sassc, systemd, gst_all_1, adwaita-icon-theme, gnome-bluetooth, gnome-clocks, gnome-settings-daemon }:
, sassc, systemd, gst_all_1, adwaita-icon-theme, gnome-bluetooth, gnome-clocks, gnome-settings-daemon
, gnome-autoar, asciidoc-full }:
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.10.2.1.ebuild?revision=1.3&view=markup
@ -25,7 +26,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 libxslt.bin python3
sassc desktop-file-utils libxslt.bin python3 asciidoc-full
];
buildInputs = [
systemd caribou
@ -39,6 +40,7 @@ in stdenv.mkDerivation rec {
at-spi2-core upower ibus gnome-desktop telepathy-logger gnome-settings-daemon
gst_all_1.gst-plugins-good # recording
gobject-introspection
gnome-autoar
# not declared at build time, but typelib is needed at runtime
libgweather networkmanagerapplet
@ -49,8 +51,6 @@ in stdenv.mkDerivation rec {
caribou
];
mesonFlags = [ "-Dextensions_tool=false" ];
patches = [
(fetchpatch {
name = "0001-build-Add-missing-dependency-to-run-js-test.patch";