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

This commit is contained in:
OPNA2608
2025-11-14 23:19:08 +01:00
parent 80875a7fcc
commit 575498d628

View File

@@ -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"
];