mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gnome3.gnome-tweaks: 3.32.0 → 3.34.0
This commit is contained in:
parent
4353f36298
commit
23228d7ac3
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
{ stdenv, meson, ninja, gettext, fetchurl
|
||||
, pkgconfig, gtk3, glib, libsoup, gsettings-desktop-schemas
|
||||
, itstool, libxml2, python3Packages
|
||||
, itstool, libxml2, python3Packages, libhandy
|
||||
, gnome3, gdk-pixbuf, libnotify, gobject-introspection, wrapGAppsHook }:
|
||||
|
||||
let
|
||||
pname = "gnome-tweaks";
|
||||
version = "3.32.0";
|
||||
version = "3.34.0";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "037r35cw34ifcs676fq9n2v4mh1nkqx0qk474bznf18mr6r62h55";
|
||||
sha256 = "0l2j42ba7v866iknygamnkiq7igh0fjvq92r93cslvvfnkx2ccq0";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -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
|
||||
gnome3.nautilus libhandy
|
||||
# Makes it possible to select user themes through the `user-theme` extension
|
||||
gnome3.gnome-shell-extensions
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue