python310Packages.py3exiv2: remove whitespace
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user