lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #138961 from Mic92/redis

pkgsStatic.redis: fix build

authored by

Domen Kožar and committed by
GitHub
738f09e9 a930f7da

+2 -1
+2 -1
pkgs/servers/nosql/redis/default.nix
··· 1 1 { lib, stdenv, fetchurl, lua, pkg-config, nixosTests 2 2 , withSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isMusl, systemd 3 - , tlsSupport ? true, openssl 3 + # dependency ordering is broken at the moment when building with openssl 4 + , tlsSupport ? !stdenv.hostPlatform.isStatic, openssl 4 5 }: 5 6 6 7 stdenv.mkDerivation rec {