newCatalog: set pname instead of name (#487790)
This commit is contained in:
@@ -43,6 +43,7 @@ let
|
||||
derivation = drv;
|
||||
passthru = {
|
||||
name = "catalog-${name}";
|
||||
pname = "catalog-${name}";
|
||||
internals = drv;
|
||||
}
|
||||
// lib.optionalAttrs (version != null) {
|
||||
|
||||
Reference in New Issue
Block a user