mpdecimal: enable strictDeps, enable structuredAttrs (#551616)

This commit is contained in:
Stefan Frijters
2026-08-13 13:17:02 +00:00
committed by GitHub

View File

@@ -22,6 +22,8 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ autoreconfHook ];
strictDeps = true;
enableParallelBuilding = true;
postInstall = ''
@@ -32,6 +34,8 @@ stdenv.mkDerivation (finalAttrs: {
echo -n $cxx >> $dev/nix-support/propagated-build-inputs
'';
__structuredAttrs = true;
meta = {
description = "Library for arbitrary precision decimal floating point arithmetic";