fx_cast_bridge: fix double-slash
(cherry picked from commit 61576be9df9f3120dd69f3f5862242212ecc536a)
This commit is contained in:
parent
2488f6a4a5
commit
b7c783cfc9
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
install -DT {usr,$out}/lib/mozilla/native-messaging-hosts/fx_cast_bridge.json
|
install -DT {usr,$out}/lib/mozilla/native-messaging-hosts/fx_cast_bridge.json
|
||||||
|
|
||||||
substituteInPlace $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
|
# See now-cli/default.nix
|
||||||
|
|
Loading…
Reference in New Issue