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:
Sergei Trofimovich 2023-12-29 17:22:45 +00:00
parent d20560a3ad
commit bf3b684269

View file

@ -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/";