1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

libsecret: use plain update policy

This commit is contained in:
Tor Hedin Brønner 2019-10-07 08:02:36 +02:00
parent a22500d2dc
commit dcd27465d6

View file

@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;
# Does not seem to use the odd-unstable policy: https://gitlab.gnome.org/GNOME/libsecret/issues/30
versionPolicy = "none";
};
};