mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
gnome3.gnome-system-log.updateScript: allow unstable versions
This commit is contained in:
parent
1fe7aaf692
commit
195fc315ef
@ -22,6 +22,7 @@ in stdenv.mkDerivation rec {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = pname;
|
||||
attrPath = "gnome3.${pname}";
|
||||
versionPolicy = "none";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user