gnome-shell-extensions: enable all extensions

wip/yesman
romildo 7 years ago
parent 349a09228e
commit 349782cee4
  1. 2
      pkgs/desktops/gnome-3/3.24/core/gnome-shell-extensions/default.nix

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

Loading…
Cancel
Save