mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
curl: set structuredAttrs (#524528)
This commit is contained in:
commit
563bd7dc9a
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