mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
glycin-thumbnailer: add package test for building with all loaders
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
fontconfig,
|
||||
glib,
|
||||
glycin-loaders,
|
||||
glycin-thumbnailer,
|
||||
libglycin,
|
||||
libseccomp,
|
||||
meson,
|
||||
@@ -66,7 +67,20 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
)
|
||||
'';
|
||||
|
||||
passthru.tests.thumbnailer = callPackage ./tests.nix { };
|
||||
passthru.tests = {
|
||||
all-loaders = glycin-thumbnailer.override {
|
||||
glycin-loaders = glycin-loaders.override {
|
||||
enabledLoaders = [
|
||||
"heif"
|
||||
"image-rs"
|
||||
"jxl"
|
||||
"raw"
|
||||
"svg"
|
||||
];
|
||||
};
|
||||
};
|
||||
thumbnailer = callPackage ./tests.nix { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Glycin thumbnailers for several formats";
|
||||
|
||||
Reference in New Issue
Block a user