python3Packages.pyclip: unbreak on darwin (#513734)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-05 22:06:45 +00:00
committed by GitHub
@@ -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";