pgformatter: enable strictDeps and __structuredAttrs

This commit is contained in:
Tom Hunze
2026-05-09 22:25:40 +02:00
parent 6542dad567
commit e2d94963a4
+3
View File
@@ -17,6 +17,9 @@ perlPackages.buildPerlPackage rec {
hash = "sha256-OWw47okAs8x4Ri8+IJHPhy6YSkSN2sBlJ0v8h6GlhfU=";
};
strictDeps = true;
__structuredAttrs = true;
outputs = [ "out" ];
makeMakerFlags = [ "INSTALLDIRS=vendor" ];