mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gnome3.updateScript: fix updating to unstable versions
This commit is contained in:
parent
7a0ee31dd9
commit
4e82900063
@ -15,7 +15,7 @@ def odd_unstable(version_str, selected):
|
||||
if selected == 'stable':
|
||||
return even
|
||||
else:
|
||||
return not even
|
||||
return True
|
||||
|
||||
def no_policy(version, selected):
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user