jgmenu: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-19 23:46:33 +01:00
parent 7fea3e2acc
commit 18bc2aeadb
No known key found for this signature in database
GPG key ID: D02435D05B810C96

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