gnome3.gnome-tweaks: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
4b50a184f3
commit
b3e4a1a64c
@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson ninja pkgconfig gettext itstool libxml2 wrapGAppsHook
|
||||
meson ninja pkgconfig gettext itstool libxml2 wrapGAppsHook python3Packages.python
|
||||
];
|
||||
buildInputs = [
|
||||
gtk3 glib gnome3.gsettings-desktop-schemas
|
||||
|
Loading…
Reference in New Issue
Block a user