pythonPackages.pystray: mark linux only
This commit is contained in:
parent
59749cb1b6
commit
b2aa3c9f52
@ -26,6 +26,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/moses-palmer/pystray";
|
homepage = "https://github.com/moses-palmer/pystray";
|
||||||
description = "This library allows you to create a system tray icon";
|
description = "This library allows you to create a system tray icon";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ jojosch ];
|
maintainers = with maintainers; [ jojosch ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user