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
, glib-testing
15
, python3
16
, nixosTests
0
17
}:
18
19
stdenv.mkDerivation rec {
···
86
passthru = {
87
tests = {
88
installedTests = nixosTests.installed-tests.malcontent;
0
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