Merge pull request #277580 from trofi/tigervnc-fix-test-eval

tigervnc: fix `tests` eval
This commit is contained in:
Nick Cao 2023-12-30 09:43:26 -05:00 committed by GitHub
commit 1f5baefa02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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