newCatalog: set pname instead of name (#487790)

This commit is contained in:
Pol Dellaiera
2026-03-23 20:03:38 +00:00
committed by GitHub
+1
View File
@@ -43,6 +43,7 @@ let
derivation = drv;
passthru = {
name = "catalog-${name}";
pname = "catalog-${name}";
internals = drv;
}
// lib.optionalAttrs (version != null) {