aribb25: remove xcbuild

Included in stdenv now.
This commit is contained in:
Austin Horstman 2024-11-04 17:16:24 -06:00
parent f225300be4
commit 2cc02eca4d
No known key found for this signature in database

View File

@ -7,7 +7,6 @@
pkg-config,
pcsclite,
PCSC,
xcbuild,
}:
stdenv.mkDerivation rec {
@ -27,7 +26,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
pkg-config
] ++ lib.optional stdenv.hostPlatform.isDarwin xcbuild;
];
buildInputs = if stdenv.hostPlatform.isDarwin then [ PCSC ] else [ pcsclite ];
patches =