mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
parent
212d028331
commit
9b044a1dba
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user