forked from mirrors/nixpkgs
gtksourceviewmm.updateScript: freze at 3.0 ABI version
This commit is contained in:
parent
b95348806e
commit
26b4b39f4c
|
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
|||
updateScript = gnome.updateScript {
|
||||
packageName = "gtksourceviewmm";
|
||||
versionPolicy = "none";
|
||||
freeze = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue