gst-thumbnailers: add update script

This commit is contained in:
Tom Hunze
2026-04-18 18:00:26 +02:00
parent f50949a327
commit dff7ff2b99
@@ -14,6 +14,7 @@
libglycin,
glycin-loaders,
callPackage,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -55,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
tests.thumbnailers = callPackage ./tests.nix { };
updateScript = nix-update-script { };
};
meta = {