lutris: propagate important meta attrs to FHSEnv wrapper
Closes https://github.com/NixOS/nixpkgs/pull/81107 (cherry picked from commit 1fc860b9ede1dfa95a7eefdc34e890e822006d4f)
This commit is contained in:
parent
605dc2af25
commit
3c07a4fe8e
|
@ -117,4 +117,16 @@ in buildFHSUserEnv {
|
||||||
ln -sf ${lutris-unwrapped}/share/applications $out/share
|
ln -sf ${lutris-unwrapped}/share/applications $out/share
|
||||||
ln -sf ${lutris-unwrapped}/share/icons $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 New Issue