mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
open-webui: remove --legacy-peer-deps
bits-ui v2.16.3 declares @internationalized/date as a peer dependency. With --legacy-peer-deps, npm uses v6 behaviour and skips installing peer deps entirely, so the package was absent from node_modules.
This commit is contained in:
@@ -32,11 +32,7 @@ let
|
||||
|
||||
npmDepsHash = "sha256-kAUbFAFNo5RHMGqO7sPHSxSEZw9Ky6Pxp/vddDyw90E=";
|
||||
|
||||
# See https://github.com/open-webui/open-webui/issues/15880
|
||||
npmFlags = [
|
||||
"--force"
|
||||
"--legacy-peer-deps"
|
||||
];
|
||||
npmFlags = [ "--force" ];
|
||||
|
||||
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
|
||||
# Until this is solved, running python packages from the browser will not work.
|
||||
|
||||
Reference in New Issue
Block a user