Merge pull request #108850 from andir/pcsc-cyberjack
pcsc-cyberjack: fix compilation with gcc10
This commit is contained in:
commit
a5969bcd23
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue