mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
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
|
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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue