python3Packages.pyclip: unbreak on darwin

This commit is contained in:
Hythera
2026-04-26 18:50:48 +02:00
parent ec50fb47d2
commit 19ef8e0f0b
@@ -39,8 +39,11 @@ buildPythonPackage rec {
runHook postCheck
'';
# Tests require `pbcopy` and `pbpaste` on darwin, which are dependencies that are not
# available in the build environemt.
doCheck = !stdenv.hostPlatform.isDarwin;
meta = {
broken = stdenv.hostPlatform.isDarwin;
description = "Cross-platform clipboard utilities supporting both binary and text data";
mainProgram = "pyclip";
homepage = "https://github.com/spyoungtech/pyclip";