buildstream: Add passthru.updateScript to package (#462390)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
|
||||
# buildInputs
|
||||
buildbox,
|
||||
@@ -112,6 +113,8 @@ python3Packages.buildPythonApplication rec {
|
||||
versionCheckProgram = "${placeholder "out"}/bin/bst";
|
||||
versionCheckProgramArg = "--version";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Powerful software integration tool";
|
||||
downloadPage = "https://buildstream.build/install.html";
|
||||
|
||||
Reference in New Issue
Block a user