gtksourceviewmm.updateScript: freze at 3.0 ABI version

This commit is contained in:
Jan Tojnar 2021-10-14 23:05:44 +02:00
parent b95348806e
commit 26b4b39f4c

View File

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
updateScript = gnome.updateScript {
packageName = "gtksourceviewmm";
versionPolicy = "none";
freeze = true;
};
};