Commit 1f8573a0 authored by Weijia Wang's avatar Weijia Wang
Browse files

clutter: fix build with clang 16

parent cba49353
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@ stdenv.mkDerivation rec {
    "--enable-quartz-backend=yes"
  ];

  env = lib.optionalAttrs stdenv.cc.isClang {
    NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
  };

  #doCheck = true; # no tests possible without a display

  passthru = {