mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gexiv2: Freeze update script
We don't want this package to go 0.16.
This commit is contained in:
parent
3ced8d3bd5
commit
7959e6046e
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
|
|||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
freeze = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue