nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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 { ··· 87 86 passthru = { 88 87 tests = { 89 88 installedTests = nixosTests.installed-tests.malcontent; 89 + inherit malcontent-ui; 90 90 }; 91 91 }; 92 92