Skip to content

Commit

Permalink
vid-stab: Add passthru.updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Sep 7, 2024
1 parent 6d68359 commit 30e48f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/vi/vid-stab/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
fetchFromGitHub,
cmake,
llvmPackages,
nix-update-script,
}:

stdenv.mkDerivation rec {
Expand All @@ -21,6 +22,8 @@ stdenv.mkDerivation rec {

propagatedBuildInputs = lib.optionals stdenv.cc.isClang [ llvmPackages.openmp ];

passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };

meta = with lib; {
description = "Video stabilization library";
homepage = "http://public.hronopik.de/vid.stab/";
Expand Down

0 comments on commit 30e48f5

Please sign in to comment.