libfprint-2-tod1-broadcom-cv3plus: remove meta = with lib;

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-02-05 16:00:46 -05:00
parent f1871baee4
commit c4d431a697
@@ -77,15 +77,15 @@ stdenv.mkDerivation {
passthru.driverPath = "/lib/libfprint-2/tod-1";
meta = with lib; {
meta = {
description = "Broadcom driver module for libfprint-2-tod Touch OEM Driver for Dell ControlVault v3+";
homepage = "https://git.launchpad.net/~oem-solutions-engineers/pc-enablement/+git/libfprint-2-tod1-broadcom-cv3plus/";
license = licenses.unfree;
maintainers = with maintainers; [
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [
aionescu
pitkling
];
platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};
}