Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

malcontent: Add malcontent-ui to passthru.tests

+2
+2
pkgs/development/libraries/malcontent/default.nix
··· 14 14 , glib-testing 15 15 , python3 16 16 , nixosTests 17 + , malcontent-ui 17 18 }: 18 19 19 20 stdenv.mkDerivation rec { ··· 86 87 passthru = { 87 88 tests = { 88 89 installedTests = nixosTests.installed-tests.malcontent; 90 + inherit malcontent-ui; 89 91 }; 90 92 }; 91 93