check-meta: defaultCPEParts: accomodate null pname
This commit is contained in:
@@ -677,7 +677,7 @@ let
|
||||
defaultCPEParts = {
|
||||
part = "a";
|
||||
#vendor = null;
|
||||
${if attrs ? pname then "product" else null} = attrs.pname;
|
||||
${if attrs.pname or null != null then "product" else null} = attrs.pname;
|
||||
#version = null;
|
||||
#update = null;
|
||||
edition = "*";
|
||||
|
||||
Reference in New Issue
Block a user