geoclue2: move to default.nix

This commit is contained in:
Jan Tojnar 2018-07-21 02:30:10 +02:00
parent 75162b1045
commit 919a507cb2
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 1 additions and 1 deletions

View File

@ -9232,7 +9232,7 @@ with pkgs;
gtk = self.gtk2;
};
geoclue2 = callPackage ../development/libraries/geoclue/2.0.nix {};
geoclue2 = callPackage ../development/libraries/geoclue {};
geoipWithDatabase = makeOverridable (callPackage ../development/libraries/geoip) {
drvName = "geoip-tools";