Skip to content

Commit

Permalink
cobang: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Nov 25, 2024
1 parent 428ff11 commit 36aae75
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pkgs/by-name/co/cobang/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
python-zbar,
requests,
single-version,
gst_all_1,
gobject-introspection,
gtk3,
libhandy,
Expand Down Expand Up @@ -73,6 +74,10 @@ buildPythonApplication rec {
pytestCheckHook
];

pythonRelaxDeps = [
"Pillow"
];

# Wrapping this manually for SVG recognition
dontWrapGApps = true;

Expand All @@ -93,11 +98,11 @@ buildPythonApplication rec {
--set GDK_PIXBUF_MODULE_FILE "${librsvg.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
'';

meta = with lib; {
meta = {
description = "QR code scanner desktop app for Linux";
homepage = "https://github.com/hongquan/CoBang";
license = licenses.gpl3Only;
maintainers = with maintainers; [
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
aleksana
dvaerum
];
Expand Down

0 comments on commit 36aae75

Please sign in to comment.