summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorstuebinm2023-03-04 17:29:13 +0100
committerstuebinm2023-03-04 17:29:13 +0100
commitbb702918cb74541687aa013c84fcf9749c039610 (patch)
tree8fe71c5b378f7ee8bcc1aed4fc7306da7075fa9c /pkgs
parentd51414d155420c0f2f8cfc86bf1d2b7822074eb8 (diff)
home: a couple more packages
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/galmon.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/galmon.nix b/pkgs/galmon.nix
index 7af18da..0316482 100644
--- a/pkgs/galmon.nix
+++ b/pkgs/galmon.nix
@@ -42,6 +42,8 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/bin
mv ${core} ${noncore} $out/bin
+ # avoid collision with gpsd's ubxtool
+ mv $out/bin/ubxtool $out/bin/galmon-ubxtool
${lib.optionalString buildAll "cp -r html $out/"}
'';
}