Merge pull request #108850 from andir/pcsc-cyberjack
pcsc-cyberjack: fix compilation with gcc10
This commit is contained in:
commit
a5969bcd23
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user