mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
parent
212d028331
commit
9b044a1dba
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue