gnome-shell-extensions: enable all extensions

This commit is contained in:
romildo 2017-09-13 18:41:02 -03:00
parent 349a09228e
commit 349782cee4

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig gtk3 glib libgtop intltool itstool
makeWrapper file ];
configureFlags = [ "--enable-extensions=all" ];
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/GnomeShell/Extensions;
description = "Modify and extend GNOME Shell functionality and behavior";