glib.mkHardcodeGsettingsPatch: drop

It has been deprecated for over two years.
This commit is contained in:
Jan Tojnar
2025-05-08 18:29:49 +02:00
parent e50f76c7d0
commit 0c24decbe7
-13
View File
@@ -31,7 +31,6 @@
tzdata,
desktop-file-utils,
shared-mime-info,
makeHardcodeGsettingsPatch,
testers,
gobject-introspection,
libsystemtap,
@@ -365,18 +364,6 @@ stdenv.mkDerivation (finalAttrs: {
packageName = "glib";
versionPolicy = "odd-unstable";
};
mkHardcodeGsettingsPatch =
{
src,
glib-schema-to-var,
}:
builtins.trace
"glib.mkHardcodeGsettingsPatch is deprecated, please use makeHardcodeGsettingsPatch instead"
(makeHardcodeGsettingsPatch {
inherit src;
schemaIdToVariableMapping = glib-schema-to-var;
});
};
meta = with lib; {