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:
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
xscreensaver and never will. It's just for locking the current
|
xscreensaver and never will. It's just for locking the current
|
||||||
X session.
|
X session.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.unix; # Cygwin had problems at one point
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ftrvxmtrx chris-martin ];
|
maintainers = with maintainers; [ ftrvxmtrx chris-martin ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user