libgdamm.updateScript: remove version policy

Stable version for the ABI we need has not been released yet.
This commit is contained in:
Jan Tojnar 2021-10-15 00:47:21 +02:00
parent db3aa421df
commit 98a7fc82a9

View File

@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "odd-unstable";
versionPolicy = "none"; # Should be odd-unstable but stable version has not been released yet.
};
};