mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Switch to using SDK package to allow OD to build
This commit is contained in:
@@ -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
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user