gnome3.gnome-tweaks: use libhandy_0
This commit is contained in:
parent
752773e0a4
commit
9aa5a10068
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, meson, ninja, gettext, fetchurl
|
||||
, pkgconfig, gtk3, glib, libsoup, gsettings-desktop-schemas
|
||||
, itstool, libxml2, python3Packages, libhandy
|
||||
, itstool, libxml2, python3Packages, libhandy_0
|
||||
, gnome3, gdk-pixbuf, libnotify, gobject-introspection, wrapGAppsHook }:
|
||||
|
||||
let
|
||||
|
@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
|
|||
libnotify gnome3.gnome-shell python3Packages.pygobject3
|
||||
libsoup gnome3.gnome-settings-daemon gnome3.nautilus
|
||||
gnome3.mutter gnome3.gnome-desktop gobject-introspection
|
||||
gnome3.nautilus libhandy
|
||||
gnome3.nautilus libhandy_0
|
||||
# Makes it possible to select user themes through the `user-theme` extension
|
||||
gnome3.gnome-shell-extensions
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue