3
0
Fork 0
forked from mirrors/nixpkgs

i3lock-color: renaming bin/i3lock binary to bin/i3lock-color

... that it doesn't conflict with i3lock
This commit is contained in:
Rok Garbas 2016-05-24 12:37:04 +02:00
parent 03f36a4141
commit 9c20849da4

View file

@ -17,6 +17,9 @@ stdenv.mkDerivation rec {
mkdir -p $out/share/man/man1
'';
installFlags = "PREFIX=\${out} SYSCONFDIR=\${out}/etc MANDIR=\${out}/share/man";
postInstall = ''
mv $out/bin/i3lock $out/bin/i3lock-color
'';
meta = with stdenv.lib; {
description = "A simple screen locker like slock";
homepage = http://i3wm.org/i3lock/;