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:
Daiderd Jordan 2018-09-11 22:56:51 +02:00
parent 9a70738f84
commit 139eb11a6d
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -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;
};