Skip to content

Commit af5a0de

Browse files
committed
tests/openscad: disable on darwin (broken dependency)
NixOS/nixpkgs#411700
1 parent 138dd37 commit af5a0de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test-sources/plugins/by-name/openscad/default.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
{
1+
{ lib, pkgs, ... }:
2+
# TODO: Added 2025-05-28
3+
# `opencsg` fails to build on darwin
4+
# https://github.com/NixOS/nixpkgs/issues/411700
5+
lib.optionalAttrs (!pkgs.stdenv.hostPlatform.isDarwin) {
26
empty = {
37
plugins.openscad.enable = true;
48
};

0 commit comments

Comments
 (0)