Unverified Commit fd997bd6 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

python313Packages.pywinbox: fix build (#440258)

parents 84f61cca 84c32125
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  stdenv,
  lib,
  buildPythonPackage,
  fetchFromGitHub,
@@ -7,6 +8,8 @@
  ewmhlib,
  xlib,
  typing-extensions,
  pyobjc-core,
  pyobjc-framework-Cocoa,
}:

buildPythonPackage rec {
@@ -27,6 +30,10 @@ buildPythonPackage rec {
    ewmhlib
    xlib
    typing-extensions
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [
    pyobjc-core
    pyobjc-framework-Cocoa
  ];

  # requires x session (use ewmhlib)