Unverified Commit 31c791ea authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

cambia: fix build error (#472305)

parents 2d4607df c7905d8f
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 = ''