cobang: nixfmt
This commit is contained in:
parent
904070f0ad
commit
86476b4829
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user