bundlerApp: add support for pname

This commit is contained in:
jopejoe1
2026-02-06 22:27:52 +01:00
parent 5f104f6a13
commit d6379dd5d2
@@ -57,7 +57,7 @@ let
]
// {
inherit preferLocalBuild allowSubstitutes; # pass the defaults
inherit (basicEnv) version;
inherit (basicEnv) version pname;
nativeBuildInputs = nativeBuildInputs ++ lib.optionals (scripts != [ ]) [ makeWrapper ];