mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user