Merge pull request #277580 from trofi/tigervnc-fix-test-eval
tigervnc: fix `tests` eval
This commit is contained in:
commit
1f5baefa02
@ -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 New Issue
Block a user