mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 07:23:40 +00:00
nixos/localtimed: fix 'geoclue2Package' doc
This commit is contained in:
parent
1c7406ae55
commit
35435a647a
@ -24,7 +24,7 @@ in {
|
||||
'';
|
||||
};
|
||||
package = mkPackageOption pkgs "localtime" { };
|
||||
geoclue2Package = mkPackageOption pkgs "geoclue2-with-demo-agent" { };
|
||||
geoclue2Package = mkPackageOption pkgs "Geoclue2" { default = "geoclue2-with-demo-agent"; };
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user