mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
perlPackages.ChipcardPCSC: fix cross
This commit is contained in:
parent
2c387ccce1
commit
b9fe1f4e3b
@ -3312,6 +3312,9 @@ with self; {
|
||||
"-Wno-error=implicit-int"
|
||||
"-Wno-error=int-conversion"
|
||||
]);
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile.PL --replace pkg-config $PKG_CONFIG
|
||||
'';
|
||||
NIX_CFLAGS_LINK = "-L${lib.getLib pkgs.pcsclite}/lib -lpcsclite";
|
||||
# tests fail; look unfinished
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user