cambia: fix build error

This commit is contained in:
bas
2025-12-19 09:40:35 +01:00
parent 97239fb2b1
commit c7905d8ffb
+5
View File
@@ -32,6 +32,11 @@ let
inherit version;
src = "${src}/web";
postPatch = ''
substituteInPlace tailwind.config.ts \
--replace-fail "import { cambiaTheme } from './cambia-theme'" \
"import { cambiaTheme } from './cambia-theme.ts'"
'';
npmDepsHash = "sha256-U+2YfsC4u6rJdeMo2zxWiXGM3061MKCcFl0oZt0ug6o=";
installPhase = ''