python3Packages.google-crc32c: move LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-07 21:30:36 +01:00
parent c47cabffc6
commit 32f133b65b
@@ -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