1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vlock: fix EINTR handling

Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
This commit is contained in:
Lluís Batlle i Rossell 2017-03-03 20:08:23 +01:00
parent 8eccd34f10
commit c2291aae44
No known key found for this signature in database
GPG key ID: 788610659259C371

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation {
sed -i -e '/INSTALL/s/-[og] [^ ]*//g' Makefile modules/Makefile
'';
patches = [ ./eintr.patch ];
configureFlags = "VLOCK_GROUP=root ROOT_GROUP=root";
buildInputs = [ pam ];