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