jgmenu: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:05:26 +02:00
parent 7fea3e2acc
commit 18bc2aeadb
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/johanmalm/jgmenu;
description = "Small X11 menu intended to be used with openbox and tint2";
license = licenses.gpl2;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
};
}