Merge pull request #265009 from K900/uboot-tools-cross

This commit is contained in:
Artturi 2023-11-02 16:14:02 +02:00 committed by GitHub
commit 979bfdb670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];