mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
vlock: fix EINTR handling
Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
This commit is contained in:
parent
8eccd34f10
commit
c2291aae44
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user