Merge pull request #142636 from NixOS/backport-139004-to-release-21.05

This commit is contained in:
Artturi 2021-10-23 08:13:23 +03:00 committed by GitHub
commit 07819d494d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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";
};
} }