libhandy: fix updateScript versionPolicy
libhandy follows the old GNOME versioning scheme. https://matrix.to/#/!NhkytdFqgkyapgssoN:talk.puri.sm/$RM--dDaR7foOfzTU6P1luyVG2zRynNpm2nLnz9fBL9I?via=talk.puri.sm&via=matrix.org&via=gnome.org
This commit is contained in:
parent
1e8ca70a0a
commit
5ef908713a
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ stdenv.mkDerivation rec {
|
|||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
};
|
||||
} // lib.optionalAttrs (!enableGlade) {
|
||||
glade =
|
||||
|
|
Loading…
Reference in a new issue