gnome3.gnome-tweaks: 3.34.0 → 40.0
This commit is contained in:
parent
00eb57222e
commit
933acb7214
@ -10,7 +10,7 @@
|
|||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
, gtk3
|
, gtk3
|
||||||
, itstool
|
, itstool
|
||||||
, libhandy_0
|
, libhandy
|
||||||
, libnotify
|
, libnotify
|
||||||
, libsoup
|
, libsoup
|
||||||
, libxml2
|
, libxml2
|
||||||
@ -20,13 +20,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gnome-tweaks";
|
pname = "gnome-tweaks";
|
||||||
version = "3.34.1";
|
version = "40.0";
|
||||||
format = "other";
|
format = "other";
|
||||||
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
|
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "19y62dj4n5i6v4zpjllxl51dch6ndy8xs45v5aqmmq9xyfrqk5yq";
|
sha256 = "+V8/4DGwsBwC95oWWfiJFS03cq4+RN+EA9FGC6Xuw2o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -51,7 +51,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
gnome3.mutter
|
gnome3.mutter
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gtk3
|
gtk3
|
||||||
libhandy_0
|
libhandy
|
||||||
libnotify
|
libnotify
|
||||||
libsoup
|
libsoup
|
||||||
];
|
];
|
||||||
@ -72,10 +72,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
|
homepage = "https://wiki.gnome.org/Apps/Tweaks";
|
||||||
description = "A tool to customize advanced GNOME 3 options";
|
description = "A tool to customize advanced GNOME 3 options";
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user