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
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, boost, cairo, gettext, glibmm, gtk3, gtkmm3
, libjack2, libsigcxx, libxmlxx, makeWrapper, mlt-qt5, pango, pkg-config
, imagemagick, intltool, autoreconfHook, which, gnome3
, imagemagick, intltool, autoreconfHook, which, gnome
}:
let
@@ -107,7 +107,7 @@ stdenv.mkDerivation {
buildInputs = [
ETL boost cairo glibmm gtk3 gtkmm3 imagemagick intltool
libjack2 libsigcxx libxmlxx makeWrapper mlt-qt5
synfig which gnome3.adwaita-icon-theme
synfig which gnome.adwaita-icon-theme
];
postInstall = ''