add missing space

This commit is contained in:
Denis Lehmann 2021-11-08 02:46:37 +01:00
parent a1dca93dc8
commit a2aa93a9cb

View file

@ -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