diff options
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/galmon.nix | 2 |
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/"} ''; } |