empathy.updateScript: allow unstable versions

This commit is contained in:
Jan Tojnar
2018-11-20 20:59:23 +01:00
parent cb7a36c355
commit 1fe7aaf692

View File

@@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
packageName = "empathy";
versionPolicy = "none";
};
};