cobang: nixfmt

This commit is contained in:
wxt 2024-11-25 19:26:39 +08:00
parent 904070f0ad
commit 86476b4829
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -1,24 +1,25 @@
{ lib
, buildPythonApplication
, fetchFromGitHub
, brotlicffi
, gst-python
, kiss-headers
, logbook
, pillow
, pygobject3
, python-zbar
, requests
, single-version
, gobject-introspection
, gtk3
, libhandy
, librsvg
, networkmanager
, setuptools
, python
, pytestCheckHook
, wrapGAppsHook3
{
lib,
buildPythonApplication,
fetchFromGitHub,
brotlicffi,
gst-python,
kiss-headers,
logbook,
pillow,
pygobject3,
python-zbar,
requests,
single-version,
gobject-introspection,
gtk3,
libhandy,
librsvg,
networkmanager,
setuptools,
python,
pytestCheckHook,
wrapGAppsHook3,
}:
buildPythonApplication rec {
@ -48,7 +49,7 @@ buildPythonApplication rec {
buildInputs = [
# Requires v4l2src
(gst_all_1.gst-plugins-good.override { gtkSupport = true; });
(gst_all_1.gst-plugins-good.override { gtkSupport = true; })
# For gobject namespaces
libhandy
networkmanager
@ -96,7 +97,10 @@ buildPythonApplication rec {
description = "QR code scanner desktop app for Linux";
homepage = "https://github.com/hongquan/CoBang";
license = licenses.gpl3Only;
maintainers = with maintainers; [ aleksana dvaerum ];
maintainers = with maintainers; [
aleksana
dvaerum
];
mainProgram = "cobang";
platforms = lib.platforms.linux;
};