Skip to content

Commit 171b5d1

Browse files
authored
Remove broken flake-compat and GApps cruft from nix (#263)
`flake-compat` has been broken for ages probably due to the submodules Users can instead callPackage `nix/package.nix` if they want to be flakeless
1 parent e294a79 commit 171b5d1

4 files changed

Lines changed: 0 additions & 37 deletions

File tree

default.nix

Lines changed: 0 additions & 9 deletions
This file was deleted.

flake.lock

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
description = "Flake providing a package for the Space Station 14 Launcher.";
33

44
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
5-
inputs.flake-compat = {
6-
url = "github:edolstra/flake-compat";
7-
flake = false;
8-
};
95

106
outputs =
117
{ self, nixpkgs, ... }:

nix/package.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
buildDotnetModule,
66
dotnetCorePackages,
77
fetchFromGitHub,
8-
wrapGAppsHook3,
98
iconConvTools,
109
copyDesktopItems,
1110
makeDesktopItem,
@@ -133,12 +132,6 @@ buildDotnetModule rec {
133132
icoFileToHiColorTheme SS14.Launcher/Assets/icon.ico space-station-14-launcher $out
134133
'';
135134

136-
dontWrapGApps = true;
137-
138-
preFixup = ''
139-
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
140-
'';
141-
142135
meta = with lib; {
143136
description = "Launcher for Space Station 14, a multiplayer game about paranoia and disaster";
144137
homepage = "https://spacestation14.io";

0 commit comments

Comments
 (0)