1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gtksourceview4.updateScript: freze at 4.0 ABI version

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

View file

@ -88,6 +88,7 @@ stdenv.mkDerivation rec {
packageName = "gtksourceview";
attrPath = "gtksourceview4";
versionPolicy = "odd-unstable";
freeze = true;
};
};