Unverified Commit 8ce3c897 authored by 北雁 Cryolitia's avatar 北雁 Cryolitia
Browse files

labelImg: re-format with `nixfmt-rfc-style`

parent c14ac40d
Loading
Loading
Loading
Loading
+50 −49
Original line number Diff line number Diff line
{ lib
, python3Packages
, fetchFromGitHub
, fetchpatch
, qt5
{
  lib,
  python3Packages,
  fetchFromGitHub,
  fetchpatch,
  qt5,
}:
python3Packages.buildPythonApplication rec {
  pname = "labelImg";