libacr38u: unbreak on aarch64-darwin
This commit is contained in:
parent
d97726bb76
commit
4bb6b5ee5f
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, pkg-config, pcsclite , libusb-compat-0_1, IOKit }:
|
{ lib, stdenv, fetchurl, autoreconfHook, pkg-config, pcsclite , libusb-compat-0_1, IOKit }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
version = "1.7.11";
|
version = "1.7.11";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||||
buildInputs = [ pcsclite libusb-compat-0_1 ]
|
buildInputs = [ pcsclite libusb-compat-0_1 ]
|
||||||
++ lib.optional stdenv.isDarwin IOKit;
|
++ lib.optional stdenv.isDarwin IOKit;
|
||||||
|
|
||||||
@ -38,7 +38,5 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = with maintainers; [ berce ];
|
maintainers = with maintainers; [ berce ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
|
||||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user