mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
python311Packages.pillow-heif: don't skip test_full_build
This commit is contained in:
parent
6edf2fc455
commit
8cb6569074
@ -57,8 +57,12 @@ buildPythonPackage rec {
|
|||||||
x265
|
x265
|
||||||
];
|
];
|
||||||
|
|
||||||
# clang-16: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
|
env = {
|
||||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unused-command-line-argument";
|
# clang-16: error: argument unused during compilation: '-fno-strict-overflow'
|
||||||
|
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unused-command-line-argument";
|
||||||
|
|
||||||
|
RELEASE_FULL_FLAG = 1;
|
||||||
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pillow
|
pillow
|
||||||
|
Loading…
Reference in New Issue
Block a user