mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #269507 from judofyr/mdbtools-no-error
mdbtools: fix build on latest Clang
This commit is contained in:
commit
a7a5c13074
@ -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 New Issue
Block a user