python312Packages.pillow-heif: fix build with clang
This commit is contained in:
parent
b79beadd1e
commit
c2563bc1ec
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ buildPythonPackage rec {
|
|||
x265
|
||||
];
|
||||
|
||||
# clang-16: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unused-command-line-argument";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pillow
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue