add missing space
This commit is contained in:
parent
a1dca93dc8
commit
a2aa93a9cb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
src = self;
|
src = self;
|
||||||
patchPhase = with pkgs; ''
|
patchPhase = with pkgs; ''
|
||||||
substituteInPlace strm \
|
substituteInPlace strm \
|
||||||
--replace mpv\ ${mpv}/bin/mpv\
|
--replace mpv\ ${mpv}/bin/mpv\
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -m 755 -D strm $out/bin/strm
|
install -m 755 -D strm $out/bin/strm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue