betterlockscreen: Fix duplicate preInstall hook introduced in #133306
This commit is contained in:
parent
ebc72941f0
commit
dbc59a8c8d
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
cp betterlockscreen $out/bin/betterlockscreen
|
||||
wrapProgram "$out/bin/betterlockscreen" --prefix PATH : "$out/bin:${lib.makeBinPath [ bc coreutils i3lock-color gawk gnugrep gnused imagemagick procps xdpyinfo xrandr xset ]}"
|
||||
|
||||
runHook preInstall
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user