Commit 575498d6 authored by OPNA2608's avatar OPNA2608
Browse files

{libsForQt5.qzxing,qt6Packages.qzxing}: Drop meta-wide with lib

parent 80875a7f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -55,12 +55,12 @@ stdenv.mkDerivation (finalAttrs: {
    updateScript = nix-update-script { };
  };

  meta = with lib; {
  meta = {
    description = "Qt/QML wrapper library for the ZXing library";
    homepage = "https://github.com/ftylitak/qzxing";
    license = licenses.asl20;
    maintainers = with maintainers; [ OPNA2608 ];
    platforms = platforms.unix;
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ OPNA2608 ];
    platforms = lib.platforms.unix;
    pkgConfigModules = [
      "QZXing"
    ];