alock: mark linux only
The darwin build fails and it's probably not particularly useful there. utils.c:33:19: error: use of undeclared identifier 'CLOCK_MONOTONIC' clock_gettime(CLOCK_MONOTONIC, &t); /cc ZHF #45961
This commit is contained in:
parent
9a70738f84
commit
139eb11a6d
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
xscreensaver and never will. It's just for locking the current
|
||||
X session.
|
||||
'';
|
||||
platforms = platforms.unix; # Cygwin had problems at one point
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ftrvxmtrx chris-martin ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user