mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:17:45 +00:00
libgdamm.updateScript: remove version policy
Stable version for the ABI we need has not been released yet.
This commit is contained in:
parent
db3aa421df
commit
98a7fc82a9
@ -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.
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user