mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
buildFHSEnvBubblewrap: set meta.mainProgram
This commit is contained in:
parent
40c579ca29
commit
e6199124df
@ -321,7 +321,7 @@ runCommandLocal name
|
||||
(
|
||||
nameAttrs
|
||||
// {
|
||||
inherit nativeBuildInputs meta;
|
||||
inherit nativeBuildInputs;
|
||||
|
||||
passthru = passthru // {
|
||||
env =
|
||||
@ -337,6 +337,10 @@ runCommandLocal name
|
||||
'';
|
||||
inherit args fhsenv;
|
||||
};
|
||||
|
||||
meta = {
|
||||
mainProgram = executableName;
|
||||
} // meta;
|
||||
}
|
||||
)
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user