diff --git a/build/package/nix/package.nix b/build/package/nix/package.nix index f3818ea241..71b7138137 100644 --- a/build/package/nix/package.nix +++ b/build/package/nix/package.nix @@ -44,6 +44,10 @@ let projectFile = "src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj"; nugetDeps = ./deps.json; # see "Generating and updating NuGet dependencies" section for details + nativeBuildInputs = with pkgs; [ + libgdiplus + ]; + executables = []; dotnet-sdk = dotnetCorePackages.sdk_8_0;