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:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkg-config, libxml2, gtk3, gnome3, intltool }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, libxml2, gtk3, gnome, intltool }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gdl";
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libxml2 gtk3 ];
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "gdl";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user