moby: ship the geoclue where-am-i helper on PATH

This commit is contained in:
Colin 2023-10-07 04:34:15 +00:00
parent e5125065d6
commit 03d3ea4965
3 changed files with 11 additions and 0 deletions

View File

@ -65,4 +65,5 @@
];
sane.services.eg25-control.enable = true;
sane.programs.where-am-i.enableFor.user.colin = true;
}

View File

@ -0,0 +1,9 @@
{ linkFarm
, geoclue2
}:
linkFarm "where-am-i" [{
# bring the `where-am-i` tool into a `bin/` directory so it can be invokable via PATH
name = "bin/where-am-i";
path = "${geoclue2}/libexec/geoclue-2.0/demos/where-am-i";
}]

View File

@ -66,6 +66,7 @@ let
rmDbusServices
;
unftp = callPackage ./additional/unftp { };
where-am-i = callPackage ./additional/where-am-i { };
xdg-terminal-exec = callPackage ./additional/xdg-terminal-exec { };
zecwallet-light-cli = callPackage ./additional/zecwallet-light-cli { };