mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
nemiver.updateScript: allow unstable versions
This commit is contained in:
parent
7f0bfab373
commit
cb7a36c355
@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = "nemiver";
|
||||
attrPath = "gnome3.nemiver";
|
||||
versionPolicy = "none";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user