summary refs log tree commit diff
path: root/pkgs/tools/misc/fx_cast
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-08-20 08:26:16 -0500
committerWill Dietz <w@wdtz.org>2019-11-16 01:37:33 -0600
commitb7c783cfc9576899be4fabecb2d2be1ac4358a05 (patch)
tree3285a7e362cca811fddcd3ee0ad254794bf2d5f6 /pkgs/tools/misc/fx_cast
parent2488f6a4a5e23db1a59d90b275f30717878eaafd (diff)
downloadnixpkgs-b7c783cfc9576899be4fabecb2d2be1ac4358a05.tar
nixpkgs-b7c783cfc9576899be4fabecb2d2be1ac4358a05.tar.gz
nixpkgs-b7c783cfc9576899be4fabecb2d2be1ac4358a05.tar.bz2
nixpkgs-b7c783cfc9576899be4fabecb2d2be1ac4358a05.tar.lz
nixpkgs-b7c783cfc9576899be4fabecb2d2be1ac4358a05.tar.xz
nixpkgs-b7c783cfc9576899be4fabecb2d2be1ac4358a05.tar.zst
nixpkgs-b7c783cfc9576899be4fabecb2d2be1ac4358a05.zip
fx_cast_bridge: fix double-slash
(cherry picked from commit 61576be9df9f3120dd69f3f5862242212ecc536a)
Diffstat (limited to 'pkgs/tools/misc/fx_cast')
-rw-r--r--pkgs/tools/misc/fx_cast/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/fx_cast/default.nix b/pkgs/tools/misc/fx_cast/default.nix
index ff533e7f723..65f57d96a11 100644
--- a/pkgs/tools/misc/fx_cast/default.nix
+++ b/pkgs/tools/misc/fx_cast/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     install -DT {usr,$out}/lib/mozilla/native-messaging-hosts/fx_cast_bridge.json
 
     substituteInPlace $out/lib/mozilla/native-messaging-hosts/fx_cast_bridge.json \
-      --replace {opt/fx_cast,$out/bin}/fx_cast_bridge
+      --replace {/opt/fx_cast,$out/bin}/fx_cast_bridge
   '';
 
   # See now-cli/default.nix