tigervnc: broken on darwin

See also https://github.com/TigerVNC/tigervnc/issues/877 .

From reading

https://github.com/TigerVNC/tigervnc/issues/877

tigervnc is supposed to build on Darwin platform,
so we set the `broken` flag to indicate something's wrong here.
This commit is contained in:
Yarny0
2025-05-23 07:14:28 +02:00
parent 2795c506fe
commit 43aa4e6982
+1
View File
@@ -194,6 +194,7 @@ stdenv.mkDerivation rec {
description = "Fork of tightVNC, made in cooperation with VirtualGL";
maintainers = [ ];
platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
# Prevent a store collision.
priority = 4;
};