mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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
@ -112,6 +112,7 @@ stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
};
|
||||
} // lib.optionalAttrs (!enableGlade) {
|
||||
glade =
|
||||
|
Loading…
Reference in New Issue
Block a user