From 735c622a70db9b739d86557f457aa7f97a1224f0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 12 Jan 2025 13:13:54 -0500 Subject: [PATCH] asahi-uboot: fix depends these libraries are needed for building tools within the build on the host closes: #53944 --- srcpkgs/asahi-uboot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/asahi-uboot/template b/srcpkgs/asahi-uboot/template index b566171de5b..2c97d4446f5 100644 --- a/srcpkgs/asahi-uboot/template +++ b/srcpkgs/asahi-uboot/template @@ -4,8 +4,8 @@ version=2024.10+1 revision=1 archs="aarch64*" hostmakedepends="bison flex which python3 swig python3-devel - python3-setuptools python3-pyelftools bc dtc" -makedepends="openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel" + python3-setuptools python3-pyelftools bc dtc openssl-devel libuuid-devel + gnutls-devel" depends="m1n1" checkdepends="python3-pytest dtc-devel python3-filelock" short_desc="Das U-Boot for Apple Silicon Macs"