Unverified Commit 93e49991 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

Merge pull request #308602 from Artturin/xcffibdarwin

python312Packages.xcffib: Fix darwin build
parents 818f6592 c5bd0531
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -47,11 +47,15 @@ buildPythonPackage rec {
    "xcffib"
  ];

  # Tests use xvfb
  __darwinAllowLocalNetworking = true;

  meta = with lib; {
    description = "A drop in replacement for xpyb, an XCB python binding";
    homepage = "https://github.com/tych0/xcffib";
    changelog = "https://github.com/tych0/xcffib/releases/tag/v${version}";
    license = licenses.asl20;
    platforms = platforms.linux ++ platforms.darwin ++ platforms.windows;
    maintainers = with maintainers; [ kamilchm ];
  };
}