newCatalog: set pname

This commit is contained in:
Sigmanificient
2026-02-07 00:10:30 +01:00
parent 1dcf75bdcd
commit 388442894c
+1
View File
@@ -43,6 +43,7 @@ let
derivation = drv;
passthru = {
name = "catalog-${name}";
pname = "catalog-${name}";
internals = drv;
}
// lib.optionalAttrs (version != null) {