Commit c7905d8f authored by bas's avatar bas
Browse files

cambia: fix build error

parent 97239fb2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = ''