tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
malcontent: Add malcontent-ui to passthru.tests
Jan Tojnar
1 year ago
0daaba4f
fa5fd554
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
malcontent
default.nix
+2
pkgs/development/libraries/malcontent/default.nix
···
14
14
, glib-testing
15
15
, python3
16
16
, nixosTests
17
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
90
+
inherit malcontent-ui;
89
91
};
90
92
};
91
93