mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
libmpc: enable structuredAttrs
This commit is contained in:
@@ -35,6 +35,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
doCheck = true; # not cross;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
description = "Library for multiprecision complex arithmetic with exact rounding";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user