gtksourceviewmm4.updateScript: correct attribute path

This commit is contained in:
Jan Tojnar 2021-10-15 00:20:46 +02:00
parent 98a7fc82a9
commit f3a20a3231

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
attrPath = "gtksourceviewmm4";
packageName = pname;
versionPolicy = "none";
};