varnish60Packages.{digest,dynamic,modules}: fix meta inheritance

Another edge case of #400458.

Reported-by: jopejoe1 <jopejoe1@missing.ninja>
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues 2025-04-26 22:28:04 -03:00
parent 8cfc63f4c5
commit e353138f86
No known key found for this signature in database
GPG Key ID: CC3AE2EA00000000
3 changed files with 3 additions and 3 deletions

View File

@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Digest and HMAC vmod";
homepage = "https://github.com/varnish/libvmod-digest";
inherit (varnish.meta) license platforms maintainers;
inherit (varnish.meta) license platforms teams;
};
}

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Dynamic director similar to the DNS director from Varnish 3";
homepage = "https://github.com/nigoroll/libvmod-dynamic";
inherit (varnish.meta) license platforms maintainers;
inherit (varnish.meta) license platforms teams;
};
}

View File

@ -46,7 +46,7 @@ let
meta = with lib; {
description = "Collection of Varnish Cache modules (vmods) by Varnish Software";
homepage = "https://github.com/varnish/varnish-modules";
inherit (varnish.meta) license platforms maintainers;
inherit (varnish.meta) license platforms teams;
};
};
in