i3lock-pixeled: fix spurious hash in replace command

This commit is contained in:
Jörg Thalheim 2017-05-20 18:10:49 +01:00
parent 6e67547c94
commit 56835b1eea
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
--replace i3lock "${pkgs.i3lock}/bin/i3lock" \
--replace convert "${pkgs.imagemagick}/bin/convert" \
--replace scrot "${pkgs.scrot}/bin/scrot" \
--replace playerctl "${pkgs.playerctl}/bin/playerctl#"
--replace playerctl "${pkgs.playerctl}/bin/playerctl"
'';
meta = with stdenv.lib; {