python313Packages.pywinbox: fix build (#440258)

authored by Masum Reza and committed by GitHub fd997bd6 84f61cca

+7
+7
pkgs/development/python-modules/pywinbox/default.nix
··· 1 1 { 2 + stdenv, 2 3 lib, 3 4 buildPythonPackage, 4 5 fetchFromGitHub, ··· 7 8 ewmhlib, 8 9 xlib, 9 10 typing-extensions, 11 + pyobjc-core, 12 + pyobjc-framework-Cocoa, 10 13 }: 11 14 12 15 buildPythonPackage rec { ··· 27 30 ewmhlib 28 31 xlib 29 32 typing-extensions 33 + ] 34 + ++ lib.optionals stdenv.hostPlatform.isDarwin [ 35 + pyobjc-core 36 + pyobjc-framework-Cocoa 30 37 ]; 31 38 32 39 # requires x session (use ewmhlib)