summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xlayoutdisplay
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-04-27 19:46:54 -0500
committerWill Dietz <w@wdtz.org>2019-04-28 00:57:08 -0500
commit313b1def6a6e300b02fec79710feb517fe4da40b (patch)
treea3f2a0a9f40121741fbc59b99c8b72f1fcda3e4d /pkgs/tools/X11/xlayoutdisplay
parent3efeae33bb875c9cf7241480bcd90f20cbe574d0 (diff)
xlayoutdisplay: limit to linux
Diffstat (limited to 'pkgs/tools/X11/xlayoutdisplay')
-rw-r--r--pkgs/tools/X11/xlayoutdisplay/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/xlayoutdisplay/default.nix b/pkgs/tools/X11/xlayoutdisplay/default.nix
index c8cef8d5cb3d..30903e448563 100644
--- a/pkgs/tools/X11/xlayoutdisplay/default.nix
+++ b/pkgs/tools/X11/xlayoutdisplay/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/alex-courtis/xlayoutdisplay;
maintainers = with maintainers; [ dtzWill ];
license = licenses.asl20;
+ platforms = platforms.linux;
};
}