Unverified Commit 86476b48 authored by wxt's avatar wxt
Browse files

cobang: nixfmt

parent 904070f0
Loading
Loading
Loading
Loading
+27 −23
Original line number Diff line number Diff line
{ 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;
  };