about summary refs log tree commit diff
path: root/nixos/tests/installed-tests/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-07 08:02:33 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-11-07 08:02:33 -0500
commit85251b3c2485b814719b70d9c58718ee58400256 (patch)
treeae8ba9c75073ddd2fa382a16df765599102f79d3 /nixos/tests/installed-tests/default.nix
parentf2ecbaa6cfe35bc1cebed8a9f3df513cdbc47836 (diff)
downloadnixlib-85251b3c2485b814719b70d9c58718ee58400256.tar
nixlib-85251b3c2485b814719b70d9c58718ee58400256.tar.gz
nixlib-85251b3c2485b814719b70d9c58718ee58400256.tar.bz2
nixlib-85251b3c2485b814719b70d9c58718ee58400256.tar.lz
nixlib-85251b3c2485b814719b70d9c58718ee58400256.tar.xz
nixlib-85251b3c2485b814719b70d9c58718ee58400256.tar.zst
nixlib-85251b3c2485b814719b70d9c58718ee58400256.zip
nixosTests.libxmlb: port to python
Diffstat (limited to 'nixos/tests/installed-tests/default.nix')
-rw-r--r--nixos/tests/installed-tests/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/installed-tests/default.nix b/nixos/tests/installed-tests/default.nix
index 7867a61e3dd1..7809a2ff88d2 100644
--- a/nixos/tests/installed-tests/default.nix
+++ b/nixos/tests/installed-tests/default.nix
@@ -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 {};
 }