Skip to content

Commit 56835b1

Browse files
committedMay 20, 2017
i3lock-pixeled: fix spurious hash in replace command
1 parent 6e67547 commit 56835b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/misc/screensavers/i3lock-pixeled/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626
--replace i3lock "${pkgs.i3lock}/bin/i3lock" \
2727
--replace convert "${pkgs.imagemagick}/bin/convert" \
2828
--replace scrot "${pkgs.scrot}/bin/scrot" \
29-
--replace playerctl "${pkgs.playerctl}/bin/playerctl#"
29+
--replace playerctl "${pkgs.playerctl}/bin/playerctl"
3030
'';
3131

3232
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.