curl: set structuredAttrs

This commit is contained in:
Doron Behar 2026-05-26 20:58:30 +03:00
commit 160ca6558e

View file

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