lol

Merge pull request #108850 from andir/pcsc-cyberjack

pcsc-cyberjack: fix compilation with gcc10

authored by

Sandro and committed by
GitHub
a5969bcd f16e1a3e

+2
+2
pkgs/tools/security/pcsc-cyberjack/default.nix
··· 23 23 24 24 enableParallelBuilding = true; 25 25 26 + NIX_CFLAGS_COMPILE = "-Wno-error=narrowing"; 27 + 26 28 configureFlags = [ 27 29 "--with-usbdropdir=${placeholder "out"}/pcsc/drivers" 28 30 "--bindir=${placeholder "tools"}/bin"