hyx: limit to linux
clock_gettime is not available on macOS
This commit is contained in:
parent
1fadff893f
commit
80318523af
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://yx7.cc/code/;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue