pkgsStatic.redis: fix build

This commit is contained in:
Jörg Thalheim 2021-09-22 17:37:09 +02:00
parent 8be5516756
commit 6d9eed42d9

View File

@ -1,6 +1,7 @@
{ lib, stdenv, fetchurl, lua, pkg-config, nixosTests
, withSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isMusl, systemd
, tlsSupport ? true, openssl
# dependency ordering is broken at the moment when building with openssl
, tlsSupport ? !stdenv.hostPlatform.isStatic, openssl
}:
stdenv.mkDerivation rec {