mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
curl: set structuredAttrs
This commit is contained in:
parent
b95ccd5ade
commit
160ca6558e
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
enableParallelBuilding = true;
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
env = {
|
||||
CXX = "${stdenv.cc.targetPrefix}c++";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue