Unverified Commit 2cc02eca authored by Austin Horstman's avatar Austin Horstman
Browse files

aribb25: remove xcbuild

Included in stdenv now.
parent f225300b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =