Unverified Commit a1e25bdb authored by Naïm Favier's avatar Naïm Favier Committed by GitHub
Browse files

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

terraria-server: add dependency
parents b8497437 52038c0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-Mk+5s9OlkyTLXZYVT0+8Qcjy2Sb5uy2hcC8CML0biNY=";
  };

  buildInputs = [ file ];
  buildInputs = [ file stdenv.cc.cc.libgcc ];
  nativeBuildInputs = [ autoPatchelfHook unzip ];

  installPhase = ''