From b7c783cfc9576899be4fabecb2d2be1ac4358a05 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Tue, 20 Aug 2019 08:26:16 -0500 Subject: [PATCH] fx_cast_bridge: fix double-slash (cherry picked from commit 61576be9df9f3120dd69f3f5862242212ecc536a) --- pkgs/tools/misc/fx_cast/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/fx_cast/default.nix b/pkgs/tools/misc/fx_cast/default.nix index ff533e7f7237..65f57d96a11b 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