i3lock-pixeled: fix spurious hash in replace command
This commit is contained in:
parent
6e67547c94
commit
56835b1eea
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
--replace i3lock "${pkgs.i3lock}/bin/i3lock" \
|
--replace i3lock "${pkgs.i3lock}/bin/i3lock" \
|
||||||
--replace convert "${pkgs.imagemagick}/bin/convert" \
|
--replace convert "${pkgs.imagemagick}/bin/convert" \
|
||||||
--replace scrot "${pkgs.scrot}/bin/scrot" \
|
--replace scrot "${pkgs.scrot}/bin/scrot" \
|
||||||
--replace playerctl "${pkgs.playerctl}/bin/playerctl#"
|
--replace playerctl "${pkgs.playerctl}/bin/playerctl"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user