From 0e95b2a61aeeda0b4b3348fa025da991ec2a016f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Tue, 24 Mar 2026 19:01:25 +1100 Subject: [PATCH] mupdf: xcbuild not required --- pkgs/by-name/mu/mupdf/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/mu/mupdf/package.nix b/pkgs/by-name/mu/mupdf/package.nix index 8decbcb600dd..0e14f518e7ba 100644 --- a/pkgs/by-name/mu/mupdf/package.nix +++ b/pkgs/by-name/mu/mupdf/package.nix @@ -35,7 +35,6 @@ enablePython ? false, which, swig, - xcbuild, gitUpdater, enableBarcode ? false, # for passthru.tests @@ -135,7 +134,6 @@ stdenv.mkDerivation rec { ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames - xcbuild ]; buildInputs = [