python-tkinter: mark linux only

/cc ZHF #36454
This commit is contained in:
Daiderd Jordan 2018-03-14 19:52:34 +01:00
parent 212d028331
commit 9b044a1dba
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -16700,7 +16700,9 @@ in {
patchelf --set-rpath $new_rpath $out/${py.sitePackages}/_tkinter*
'';
inherit (py) meta;
meta = py.meta // {
platforms = platforms.linux;
};
};
tlslite = buildPythonPackage rec {