Merge pull request #29332 from romildo/fix.gnome-shell-extensions
gnome-shell-extensions: enable all extensions
This commit is contained in:
commit
707b281432
|
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ pkgconfig gtk3 glib libgtop intltool itstool
|
buildInputs = [ pkgconfig gtk3 glib libgtop intltool itstool
|
||||||
makeWrapper file ];
|
makeWrapper file ];
|
||||||
|
|
||||||
|
configureFlags = [ "--enable-extensions=all" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Projects/GnomeShell/Extensions;
|
homepage = https://wiki.gnome.org/Projects/GnomeShell/Extensions;
|
||||||
description = "Modify and extend GNOME Shell functionality and behavior";
|
description = "Modify and extend GNOME Shell functionality and behavior";
|
||||||
|
|
Loading…
Reference in New Issue