summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/matchbox
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 20:50:55 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:42:43 +0300
commit21f17d69f61e8239870bf97edf49e594198076a8 (patch)
treeae356b0b6b29bded180153f85f31da62c3ba8ef6 /pkgs/applications/window-managers/matchbox
parent55b23aeff58cd45f6c50905e481af66fed685bf1 (diff)
treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
Diffstat (limited to 'pkgs/applications/window-managers/matchbox')
-rw-r--r--pkgs/applications/window-managers/matchbox/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/matchbox/default.nix b/pkgs/applications/window-managers/matchbox/default.nix
index 0e88944bb69f..dc624f449865 100644
--- a/pkgs/applications/window-managers/matchbox/default.nix
+++ b/pkgs/applications/window-managers/matchbox/default.nix
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
description = "X window manager for non-desktop embedded systems";
homepage = http://matchbox-project.org/;
license = stdenv.lib.licenses.gpl2Plus;
+ platforms = stdenv.lib.platforms.linux;
};
}