From 6492fdeb05c33233afb8e7476948dcc162ee9cfd Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 20 Feb 2026 13:19:06 +0500 Subject: [PATCH] build-all - add zlib and openssl to RHEL packages --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 52ba92c287..ab9a568dba 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -95,7 +95,7 @@ Used environment variables: # on RHEL-related distros: # # $ dnf install git gcc gcc-c++ autoconf bison make cmake # # mesa-libGL-devel libffi-devel fontconfig-devel bzip2 # -# automake patch byacc xz # +# automake patch byacc xz zlib-devel openssl-devel # """