Commit 774cfbe7 authored by OPNA2608's avatar OPNA2608
Browse files

ubports-click: Add passthru.updateScript

(Untested on this machine, runs OOM when I attempt to run update.nix)
parent ab54cadc
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  buildPythonApplication,
  fetchFromGitLab,
  fetchpatch,
  gitUpdater,
  lib,
  stdenv,
  testers,
@@ -150,9 +151,12 @@ buildPythonApplication rec {
    )
  '';

  passthru.tests.pkg-config = testers.hasPkgConfigModules {
  passthru = {
    tests.pkg-config = testers.hasPkgConfigModules {
      package = ubports-click;
    };
    updateScript = gitUpdater { };
  };

  meta = {
    description = "Tool to build click packages, mainly used for Ubuntu Touch";