Merge pull request #29332 from romildo/fix.gnome-shell-extensions

gnome-shell-extensions: enable all extensions
This commit is contained in:
Joachim F
2017-09-17 11:00:46 +00:00
committed by GitHub

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";