Merge pull request #35682 from volth/patch-110

nixos/tests: add forgotten xrdp.nix
This commit is contained in:
Will Dietz 2018-02-26 21:46:22 -06:00 committed by GitHub
commit ec6ce86266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,6 +361,7 @@ in rec {
tests.wordpress = callTest tests/wordpress.nix {};
tests.xfce = callTest tests/xfce.nix {};
tests.xmonad = callTest tests/xmonad.nix {};
tests.xrdp = callTest tests/xrdp.nix {};
tests.yabar = callTest tests/yabar.nix {};
tests.zookeeper = callTest tests/zookeeper.nix {};