jgmenu: mark linux only
This commit is contained in:
parent
7fea3e2acc
commit
18bc2aeadb
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/johanmalm/jgmenu;
|
homepage = https://github.com/johanmalm/jgmenu;
|
||||||
description = "Small X11 menu intended to be used with openbox and tint2";
|
description = "Small X11 menu intended to be used with openbox and tint2";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user