hyx: limit to linux

clock_gettime is not available on macOS
This commit is contained in:
Jörg Thalheim 2018-11-10 09:38:23 +00:00
parent 1fadff893f
commit 80318523af
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

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