Fix curl support

This commit is contained in:
Jordan Dominion
2025-12-24 10:53:59 -05:00
parent d800ea631a
commit 8f28cad145
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -86,7 +86,6 @@ stdenv.mkDerivation {
gcc_multi
glibc
bash
curl
];
nativeBuildInputs = with pkgs; [
makeWrapper
+1
View File
@@ -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" ''