Loading pkgs/games/vintagestory/default.nix +10 −8 Original line number Diff line number Diff line Loading @@ -48,14 +48,16 @@ stdenv.mkDerivation rec { libXi ])); desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { name = "vintagestory"; desktopName = "Vintage Story"; exec = "vintagestory"; icon = "vintagestory"; comment = "Innovate and explore in a sandbox world"; categories = [ "Game" ]; }; }) ]; installPhase = '' runHook preInstall Loading Loading
pkgs/games/vintagestory/default.nix +10 −8 Original line number Diff line number Diff line Loading @@ -48,14 +48,16 @@ stdenv.mkDerivation rec { libXi ])); desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { name = "vintagestory"; desktopName = "Vintage Story"; exec = "vintagestory"; icon = "vintagestory"; comment = "Innovate and explore in a sandbox world"; categories = [ "Game" ]; }; }) ]; installPhase = '' runHook preInstall Loading