Skip to content

Commit 45f12c1

Browse files
committed
try disabling mesa on mac
1 parent 5e433ac commit 45f12c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/halide.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ stdenv.mkDerivation rec {
3939
llvmPackages_14.libclang
4040
libpng
4141
libjpeg
42-
mesa
4342
eigen
4443
openblas
45-
];
44+
]
45+
++ lib.optional lib.isLinux mesa;
4646

4747
nativeBuildInputs = [ cmake ];
4848

0 commit comments

Comments
 (0)