Unverified Commit c4d431a6 authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

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

parent f1871bae
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];
  };
}