Skip to content

Commit

Permalink
buildFHSEnvBubblewrap: set meta.mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Dec 6, 2024
1 parent 40c579c commit e619912
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/build-support/build-fhsenv-bubblewrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ runCommandLocal name
(
nameAttrs
// {
inherit nativeBuildInputs meta;
inherit nativeBuildInputs;

passthru = passthru // {
env =
Expand All @@ -337,6 +337,10 @@ runCommandLocal name
'';
inherit args fhsenv;
};

meta = {
mainProgram = executableName;
} // meta;
}
)
''
Expand Down

0 comments on commit e619912

Please sign in to comment.