mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
aribb25: remove xcbuild
Included in stdenv now.
This commit is contained in:
parent
f225300be4
commit
2cc02eca4d
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user