gnome: rename from gnome3

Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
This commit is contained in:
Jan Tojnar
2021-05-08 09:47:42 +02:00
parent d03a5eb097
commit 468cb5980b
550 changed files with 1512 additions and 1327 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
, libxml2
, libxslt
, itstool
, gnome3
, gnome
, pkg-config
, meson
, ninja
@@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
buildInputs = [
itstool # build script checks for its presence but I am not sure if anything uses it
gnome3.yelp-xsl
gnome.yelp-xsl
];
pythonPath = [
@@ -47,7 +47,7 @@ python3.pkgs.buildPythonApplication rec {
doCheck = true;
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
};
};