Loading pkgs/by-name/st/stunnel/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ , stdenv , systemd , systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd , mimalloc , mimallocSupport ? false }: stdenv.mkDerivation (finalAttrs: { Loading @@ -27,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: { openssl ] ++ lib.optionals systemdSupport [ systemd ] ++ lib.optionals mimallocSupport [ mimalloc ]; configureFlags = [ Loading Loading
pkgs/by-name/st/stunnel/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ , stdenv , systemd , systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd , mimalloc , mimallocSupport ? false }: stdenv.mkDerivation (finalAttrs: { Loading @@ -27,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: { openssl ] ++ lib.optionals systemdSupport [ systemd ] ++ lib.optionals mimallocSupport [ mimalloc ]; configureFlags = [ Loading