nixpkgs-odroid-hc4/nixos/tests/installed-tests/appstream-qt.nix
2025-12-20 09:59:59 +11:00

9 lines
150 B
Nix

{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.libsForQt5.appstream-qt;
testConfig = {
appstream.enable = true;
};
}