{libsForQt5.qzxing,qt6Packages.qzxing}: Drop meta-wide with lib
This commit is contained in:
@@ -55,12 +55,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
updateScript = nix-update-script { };
|
updateScript = nix-update-script { };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Qt/QML wrapper library for the ZXing library";
|
description = "Qt/QML wrapper library for the ZXing library";
|
||||||
homepage = "https://github.com/ftylitak/qzxing";
|
homepage = "https://github.com/ftylitak/qzxing";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with maintainers; [ OPNA2608 ];
|
maintainers = with lib.maintainers; [ OPNA2608 ];
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
pkgConfigModules = [
|
pkgConfigModules = [
|
||||||
"QZXing"
|
"QZXing"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user