cross: browserpass-extension can cross-compile

This commit is contained in:
Colin 2023-05-24 09:37:47 +00:00
parent 4550299bdb
commit d2b50b53d4

View File

@ -189,6 +189,10 @@ in {
# configure: error: no acceptable C compiler found in $PATH
inherit (emulated) stdenv;
};
browserpass-extension = prev.browserpass-extension.override {
# bash: line 1: node_modules/.bin/prettier: cannot execute: required file not found
inherit (emulated) mkYarnModules;
};
cantarell-fonts = prev.cantarell-fonts.override {
# fixes error where python3.10-skia-pathops dependency isn't available for the build platform
inherit (emulated) stdenv;