mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
ubootTools: fix cross
This commit is contained in:
parent
b7a070f173
commit
b94a2b047d
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user