tigervnc: fix tests
eval
Without the change `tigervnc.tests` eval fails as: $ nix build --no-link -f. tigervnc.tests error: attribute 'vnc' missing 150| passthru.tests.tigervnc = nixosTests.vnc.testTigerVNC; | ^
This commit is contained in:
parent
d20560a3ad
commit
bf3b684269
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
propagatedBuildInputs = lib.optional stdenv.isLinux xorg.xorgserver.propagatedBuildInputs;
|
||||
|
||||
passthru.tests.tigervnc = nixosTests.vnc.testTigerVNC;
|
||||
passthru.tests.tigervnc = nixosTests.tigervnc;
|
||||
|
||||
meta = {
|
||||
homepage = "https://tigervnc.org/";
|
||||
|
|
Loading…
Reference in a new issue