Skip to content

Commit

Permalink
nixosTests.libxmlb: port to python
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Nov 7, 2019
1 parent f2ecbaa commit 85251b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
1 change: 1 addition & 0 deletions nixos/tests/installed-tests/default.nix
Expand Up @@ -72,6 +72,7 @@ in
glib-networking = callInstalledTest ./glib-networking.nix {};
gnome-photos = callInstalledTest ./gnome-photos.nix {};
graphene = callInstalledTest ./graphene.nix {};
libxmlb = callInstalledTest ./libxmlb.nix {};
ostree = callInstalledTest ./ostree.nix {};
xdg-desktop-portal = callInstalledTest ./xdg-desktop-portal.nix {};
}
5 changes: 5 additions & 0 deletions nixos/tests/installed-tests/libxmlb.nix
@@ -0,0 +1,5 @@
{ pkgs, makeInstalledTest, ... }:

makeInstalledTest {
tested = pkgs.libxmlb;
}
17 changes: 0 additions & 17 deletions nixos/tests/libxmlb.nix

This file was deleted.

0 comments on commit 85251b3

Please sign in to comment.