python310Packages.py3exiv2: remove whitespace

This commit is contained in:
Fabian Affolter
2022-05-07 16:13:21 +02:00
committed by GitHub
parent 80ca27442b
commit 1f4de2c0c9
@@ -26,7 +26,7 @@ buildPythonPackage rec {
];
# work around python distutils compiling C++ with $CC (see issue #26709)
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin [
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin [
"-I${lib.getDev libcxx}/include/c++/v1"
];