Commit 43aa4e69 authored by Yarny0's avatar Yarny0
Browse files

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.
parent 2795c506
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };