openscad-unstable: mark broken. (#341212)

This commit is contained in:
Aleksana 2024-09-12 10:28:40 +08:00 committed by GitHub
commit 111ed8812c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,5 +180,6 @@ clangStdenv.mkDerivation rec {
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ pca006132 raskin ];
mainProgram = "openscad";
broken = true; # https://github.com/NixOS/nixpkgs/issues/341043
};
}