logkeys: Don't chmod u+s

This commit is contained in:
Will Dietz 2017-06-16 06:51:16 -05:00
parent 714cd37b21
commit 4d57153659

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
substituteInPlace src/Makefile.in --replace 'root' '$(id -u)' substituteInPlace src/Makefile.in --replace 'root' '$(id -u)'
substituteInPlace configure --replace '/dev/input' '/tmp' substituteInPlace configure --replace '/dev/input' '/tmp'
sed -i '/chmod u+s/d' src/Makefile.in
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {