Merge pull request #269507 from judofyr/mdbtools-no-error
mdbtools: fix build on latest Clang
This commit is contained in:
commit
a7a5c13074
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [ "--disable-scrollkeeper" ];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=unused-but-set-variable";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config bison flex autoreconfHook txt2man which
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue