@norskvideo/ctl-dev-kit 0.1.31 → 0.1.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/flake.nix +1 -0
- package/package.json +1 -1
package/build/flake.nix
CHANGED
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
pkgs.rustc
|
|
92
92
|
pkgs.git
|
|
93
93
|
pkgs.ffmpeg # integration suites spawn a local ffmpeg (e.g. SRT egress capture)
|
|
94
|
+
pkgs.imagemagick # doc-guide manual assembly shells out to `magick` to embed captures
|
|
94
95
|
];
|
|
95
96
|
|
|
96
97
|
# Playwright doc-guide browser. nix-pinned headless Chromium needs a
|