bbedit: fix build

This commit is contained in:
Rafael Ieda
2025-11-07 08:35:14 -03:00
parent 104efa8072
commit c140fd4f1b

View File

@@ -27,6 +27,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
# app bundle may be messed up by standard fixup
dontFixup = true;
meta = {
description = "Powerful and full-featured professional HTML and text editor for macOS";
homepage = "https://www.barebones.com/products/bbedit/";