gtk3.updateScript: freze at 3.0 ABI version

This commit is contained in:
Jan Tojnar 2021-10-14 23:05:43 +02:00
parent 9e6cb6d608
commit e7934867a8

View File

@ -202,6 +202,7 @@ stdenv.mkDerivation rec {
updateScript = gnome.updateScript {
packageName = "gtk+";
attrPath = "gtk3";
freeze = true;
};
};