mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
Fix curl support
This commit is contained in:
@@ -86,7 +86,6 @@ stdenv.mkDerivation {
|
||||
gcc_multi
|
||||
glibc
|
||||
bash
|
||||
curl
|
||||
];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
makeWrapper
|
||||
|
||||
@@ -19,6 +19,7 @@ let
|
||||
|
||||
rpath = pkgs-i686.lib.makeLibraryPath [
|
||||
stdenv.cc.cc.lib
|
||||
pkgs-i686.curl
|
||||
];
|
||||
|
||||
byond-patcher = pkgs-i686.writeShellScriptBin "EngineInstallComplete-050-TgsPatchELFByond.sh" ''
|
||||
|
||||
Reference in New Issue
Block a user