ktls-utils: add passthru.updateScript

This commit is contained in:
arthsmn 2024-01-03 08:04:48 -03:00
parent 75edae02dd
commit 737f21efae

View File

@ -9,6 +9,7 @@
, libnl , libnl
, systemd , systemd
, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd , withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd
, nix-update-script
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -42,6 +43,8 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
passthru.updateScript = nix-update-script {};
meta = with lib; { meta = with lib; {
description = "TLS handshake utilities for in-kernel TLS consumers"; description = "TLS handshake utilities for in-kernel TLS consumers";
homepage = "https://github.com/oracle/ktls-utils"; homepage = "https://github.com/oracle/ktls-utils";