From e1f3c2b2f312eb1e6b9b6f66c6cf045bcf7f804e Mon Sep 17 00:00:00 2001 From: qbisi Date: Mon, 28 Jul 2025 21:54:51 +0800 Subject: [PATCH] tkimg: mark darwin badPlatform --- pkgs/development/tcl-modules/by-name/tk/tkimg/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tcl-modules/by-name/tk/tkimg/package.nix b/pkgs/development/tcl-modules/by-name/tk/tkimg/package.nix index f072975cb5a6..1212bc56d845 100644 --- a/pkgs/development/tcl-modules/by-name/tk/tkimg/package.nix +++ b/pkgs/development/tcl-modules/by-name/tk/tkimg/package.nix @@ -34,5 +34,6 @@ tcl.mkTclDerivation rec { maintainers = with lib.maintainers; [ matthewcroughan ]; license = lib.licenses.bsd3; platforms = lib.platforms.unix; + badPlatforms = lib.platforms.darwin; }; }