lutris: propagate important meta attrs to FHSEnv wrapper
Closes https://github.com/NixOS/nixpkgs/pull/81107
This commit is contained in:
parent
bc9b956714
commit
1fc860b9ed
1 changed files with 12 additions and 0 deletions
|
@ -121,4 +121,16 @@ in buildFHSUserEnv {
|
|||
ln -sf ${lutris-unwrapped}/share/applications $out/share
|
||||
ln -sf ${lutris-unwrapped}/share/icons $out/share
|
||||
'';
|
||||
|
||||
meta = {
|
||||
inherit (lutris-unwrapped.meta)
|
||||
homepage
|
||||
description
|
||||
platforms
|
||||
license
|
||||
maintainers
|
||||
broken;
|
||||
|
||||
mainProgram = "lutris";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue