terraria-server: add dependency

would not build without libgcc, complaining with

> error: auto-patchelf could not satisfy dependency libgcc_s.so.1 wanted by /nix/store/khj3cwb417ldhfn28zx28665x1ljh5x1-terraria-server-1.4.4.9/Linux/TerrariaServer.bin.x86_64
This commit is contained in:
Tim Häring 2023-05-18 12:37:50 +02:00
parent 44d53cdeb5
commit 52038c0d01
No known key found for this signature in database
GPG Key ID: 51BA87AD19288CB9

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-Mk+5s9OlkyTLXZYVT0+8Qcjy2Sb5uy2hcC8CML0biNY="; sha256 = "sha256-Mk+5s9OlkyTLXZYVT0+8Qcjy2Sb5uy2hcC8CML0biNY=";
}; };
buildInputs = [ file ]; buildInputs = [ file stdenv.cc.cc.libgcc ];
nativeBuildInputs = [ autoPatchelfHook unzip ]; nativeBuildInputs = [ autoPatchelfHook unzip ];
installPhase = '' installPhase = ''