ubootTools: fix cross

This commit is contained in:
K900 2023-11-02 15:37:12 +03:00
parent b7a070f173
commit b94a2b047d

View File

@ -63,7 +63,6 @@ let
dtc
flex
installShellFiles
openssl
(buildPackages.python3.withPackages (p: [
p.libfdt
p.setuptools # for pkg_resources
@ -78,6 +77,7 @@ let
ncurses # tools/kwboot
libuuid # tools/mkeficapsule
gnutls # tools/mkeficapsule
openssl # tools
];
hardeningDisable = [ "all" ];