pythonPackages.pystray: mark linux only

This commit is contained in:
Sandro Jäckel 2020-10-23 18:33:15 +02:00 committed by Jon
parent 59749cb1b6
commit b2aa3c9f52

View file

@ -26,6 +26,7 @@ buildPythonPackage rec {
homepage = "https://github.com/moses-palmer/pystray";
description = "This library allows you to create a system tray icon";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ jojosch ];
};
}