Commit 1fc860b9 authored by Atemu's avatar Atemu
Browse files

lutris: propagate important meta attrs to FHSEnv wrapper

parent bc9b9567
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
  };
}