Merge pull request #108850 from andir/pcsc-cyberjack

pcsc-cyberjack: fix compilation with gcc10
This commit is contained in:
Sandro 2021-01-10 11:52:12 +01:00 committed by GitHub
commit a5969bcd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-Wno-error=narrowing";
configureFlags = [
"--with-usbdropdir=${placeholder "out"}/pcsc/drivers"
"--bindir=${placeholder "tools"}/bin"