Merge pull request #232591 from timhae/fix-terraria-server

terraria-server: add dependency
This commit is contained in:
Naïm Favier
2023-05-18 15:14:44 +02:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-Mk+5s9OlkyTLXZYVT0+8Qcjy2Sb5uy2hcC8CML0biNY=";
};
buildInputs = [ file ];
buildInputs = [ file stdenv.cc.cc.libgcc ];
nativeBuildInputs = [ autoPatchelfHook unzip ];
installPhase = ''