python3Packages.google-crc32c: move LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -29,8 +29,10 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [ cffi ];
|
||||
|
||||
LDFLAGS = "-L${crc32c}/lib";
|
||||
CFLAGS = "-I${crc32c}/include";
|
||||
env = {
|
||||
LDFLAGS = "-L${crc32c}/lib";
|
||||
CFLAGS = "-I${crc32c}/include";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user