10 stdenv.mkDerivation rec {
11 pname = "gnome-shell-extension-unite";
14 src = fetchFromGitHub {
18 hash = "sha256-mK5EoGlfJ6JGQkKuYFg1wxwyL5p+woIlJfkj9UWozio=";
22 extensionUuid = "unite@hardpixel.eu";
23 extensionPortalSlug = "unite";
26 nativeBuildInputs = [ glib ];
28 buildInputs = [ xprop ];
32 glib-compile-schemas --strict --targetdir="unite@hardpixel.eu/schemas/" "unite@hardpixel.eu/schemas"
38 mkdir -p $out/share/gnome-shell/extensions
39 cp -r "unite@hardpixel.eu" $out/share/gnome-shell/extensions
44 description = "Unite is a GNOME Shell extension which makes a few layout tweaks to the top panel and removes window decorations to make it look like Ubuntu Unity Shell";
45 license = licenses.gpl3Only;
46 maintainers = with maintainers; [ rhoriguchi ];
47 homepage = "https://github.com/hardpixel/unite-shell";
48 broken = versionOlder gnome-shell.version "3.32";