ubports-click: Add passthru.updateScript

(Untested on this machine, runs OOM when I attempt to run update.nix)
This commit is contained in:
OPNA2608
2024-12-24 10:39:33 +01:00
parent ab54cadc27
commit 774cfbe706
+6 -2
View File
@@ -2,6 +2,7 @@
buildPythonApplication,
fetchFromGitLab,
fetchpatch,
gitUpdater,
lib,
stdenv,
testers,
@@ -150,8 +151,11 @@ buildPythonApplication rec {
)
'';
passthru.tests.pkg-config = testers.hasPkgConfigModules {
package = ubports-click;
passthru = {
tests.pkg-config = testers.hasPkgConfigModules {
package = ubports-click;
};
updateScript = gitUpdater { };
};
meta = {