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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user