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 , glib-testing 15 , python3 16 , nixosTests 17 }: 18 19 stdenv.mkDerivation rec { ··· 86 passthru = { 87 tests = { 88 installedTests = nixosTests.installed-tests.malcontent; 89 }; 90 }; 91
··· 14 , glib-testing 15 , python3 16 , nixosTests 17 + , malcontent-ui 18 }: 19 20 stdenv.mkDerivation rec { ··· 87 passthru = { 88 tests = { 89 installedTests = nixosTests.installed-tests.malcontent; 90 + inherit malcontent-ui; 91 }; 92 }; 93