geoclue2: add geoclue2-with-demo-agent to be cached
This commit is contained in:
parent
899d2d2677
commit
7d5905395d
1 changed files with 2 additions and 0 deletions
|
@ -16351,6 +16351,8 @@ with pkgs;
|
|||
|
||||
geoclue2 = callPackage ../development/libraries/geoclue {};
|
||||
|
||||
geoclue2-with-demo-agent = geoclue2.override { withDemoAgent = true; };
|
||||
|
||||
geocode-glib = callPackage ../development/libraries/geocode-glib {};
|
||||
|
||||
geoipWithDatabase = makeOverridable (callPackage ../development/libraries/geoip) {
|
||||
|
|
Loading…
Reference in a new issue