pgbadger: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-09 22:30:08 +01:00
parent 4cede912a2
commit f678c90122
+1 -1
View File
@@ -29,7 +29,7 @@ buildPerlPackage rec {
outputs = [ "out" ];
PERL_MM_OPT = "INSTALL_BASE=${placeholder "out"}";
env.PERL_MM_OPT = "INSTALL_BASE=${placeholder "out"}";
buildInputs = [
JSONXS