Skip to content

Commit

Permalink
vlock: fix EINTR handling
Browse files Browse the repository at this point in the history
Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
  • Loading branch information
viric committed Mar 3, 2017
1 parent 8eccd34 commit c2291aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/misc/screensavers/vlock/default.nix
Expand Up @@ -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 ];
Expand Down

2 comments on commit c2291aa

@dtzWill
Copy link
Member

@dtzWill dtzWill commented on c2291aa Mar 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ENOPATCH? :(

@viric
Copy link
Member Author

@viric viric commented on c2291aa Mar 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. GRmbl. I really thought I checked that not only twice, but thrice.

Please sign in to comment.