curl: set structuredAttrs (#524528)

This commit is contained in:
Sefa Eyeoglu 2026-05-27 16:54:15 +00:00 committed by GitHub
commit 563bd7dc9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,6 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
strictDeps = true;
__structuredAttrs = true;
env = {
CXX = "${stdenv.cc.targetPrefix}c++";