goocanvasmm2.updateScript: change version policy

This package is dead and stuck on  unstable version so odd-unstable policy tried to downgrade it, even though it was intentionally pinned on unstable because no stable version is available.
This commit is contained in:
Jan Tojnar 2021-10-14 23:45:16 +02:00
parent 2c39b38b6e
commit 6db50236ef

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "goocanvasmm2";
versionPolicy = "odd-unstable";
versionPolicy = "none"; # stable version has not been released yet, last update 2015
};
};