glib-testing: init at 0.1.0

This commit is contained in:
Jan Tojnar
2020-02-10 12:55:24 -05:00
committed by worldofpeace
parent f9bc083256
commit ea06e0055e
5 changed files with 103 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ in
graphene = callInstalledTest ./graphene.nix {};
ibus = callInstalledTest ./ibus.nix {};
libgdata = callInstalledTest ./libgdata.nix {};
glib-testing = callInstalledTest ./glib-testing.nix {};
libxmlb = callInstalledTest ./libxmlb.nix {};
ostree = callInstalledTest ./ostree.nix {};
xdg-desktop-portal = callInstalledTest ./xdg-desktop-portal.nix {};
@@ -0,0 +1,5 @@
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.glib-testing;
}