{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 { };
|
||||
};
|
||||
|
||||
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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user