Switch to using SDK package to allow OD to build

This commit is contained in:
Jordan Dominion
2024-11-26 19:43:32 -05:00
parent cd32053298
commit 6ea15a14fa
+2 -2
View File
@@ -98,11 +98,11 @@ stdenv.mkDerivation {
mkdir -p $out/bin
unzip "${fixedOutput}/ServerConsole.zip" -d $out/bin
rm -rf $out/bin/lib
makeWrapper ${pkgs.dotnetCorePackages.aspnetcore_8_0}/dotnet $out/bin/tgstation-server --suffix PATH : ${
makeWrapper ${pkgs.dotnetCorePackages.sdk_8_0}/dotnet $out/bin/tgstation-server --suffix PATH : ${
lib.makeBinPath (
with pkgs;
[
dotnetCorePackages.aspnetcore_8_0
dotnetCorePackages.sdk_8_0
gdb
]
)