Commit 32aa10f0 authored by Jacek Galowicz's avatar Jacek Galowicz
Browse files

ubootTools: Fix after update of uboot to 2022.07

parent 371816f2
Loading
Loading
Loading
Loading
+13 −4
Original line number Diff line number Diff line
{ stdenv
, lib
, fetchurl
, fetchpatch
, fetchFromGitHub
, bc
, bison
, dtc
, fetchFromGitHub
, fetchpatch
, fetchurl
, flex
, gnutls
, libuuid
, meson-tools
, ncurses
, openssl
, swig
, meson-tools
, which
, armTrustedFirmwareAllwinner
, armTrustedFirmwareAllwinnerH616
@@ -71,6 +74,12 @@ let
    ];
    depsBuildBuild = [ buildPackages.stdenv.cc ];

    buildInputs = [
      ncurses # tools/kwboot
      libuuid # tools/mkeficapsule
      gnutls # tools/mkeficapsule
    ];

    hardeningDisable = [ "all" ];

    enableParallelBuilding = true;