aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/text/hyx
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-11-10 09:38:23 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-11-10 09:38:23 +0000
commit80318523af612a0ccc0e3c685e1fcba96c76f7c2 (patch)
treeba79a7100c40a93eaf70f70eace4daccefe8bab7 /pkgs/tools/text/hyx
parent1fadff893ff22f4dd9cbc8c341ccb0c0cddaacfb (diff)
hyx: limit to linux
clock_gettime is not available on macOS
Diffstat (limited to 'pkgs/tools/text/hyx')
-rw-r--r--pkgs/tools/text/hyx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/hyx/default.nix b/pkgs/tools/text/hyx/default.nix
index 85085f6627e6..70745266fe55 100644
--- a/pkgs/tools/text/hyx/default.nix
+++ b/pkgs/tools/text/hyx/default.nix
@@ -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;
};
}