mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
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 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; {
|
||||
|
|
Loading…
Reference in a new issue