Commit 65121a80 authored by OPNA2608's avatar OPNA2608
Browse files

ubports-click: Migrate to by-pkgs

parent 774cfbe7
Loading
Loading
Loading
Loading
+5 −11
Original line number Diff line number Diff line
{
  buildPythonApplication,
  fetchFromGitLab,
  fetchpatch,
  gitUpdater,
@@ -19,17 +18,12 @@
  perl,
  pkg-config,
  properties-cpp,
  pygobject3,
  python-apt,
  python-debian,
  setuptools,
  six,
  unittestCheckHook,
  python3Packages,
  vala,
  wrapGAppsHook3,
}:

buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
  pname = "click";
  version = "0.5.2";
  format = "other";
@@ -93,7 +87,7 @@ buildPythonApplication rec {
    properties-cpp
  ];

  propagatedBuildInputs = [
  propagatedBuildInputs = with python3Packages; [
    python-debian
    pygobject3
    setuptools
@@ -102,10 +96,10 @@ buildPythonApplication rec {
  nativeCheckInputs = [
    dbus
    dpkg
    unittestCheckHook
    python3Packages.unittestCheckHook
  ];

  checkInputs = [
  checkInputs = with python3Packages; [
    python-apt
    six
  ];
+0 −2
Original line number Diff line number Diff line
@@ -6957,8 +6957,6 @@ with pkgs;
    llvmPackages = llvmPackages_18;
  };
  ubports-click = python3Packages.callPackage ../development/tools/click { };
  urweb = callPackage ../development/compilers/urweb {
    icu = icu67;
  };