From b071291083072edfb7f6a1c86aae6dda99f80d2e Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Mon, 17 Jul 2017 22:41:31 +0200 Subject: [PATCH] mkosi: roll back to libidn on Arch (#6388) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts the mkosi.arch part of a8a2a0ed64. libidn2 is only available on AUR, which mkosi doesn’t support. --- .mkosi/mkosi.arch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.mkosi/mkosi.arch b/.mkosi/mkosi.arch index 613ef4746f..f8e944a23d 100644 --- a/.mkosi/mkosi.arch +++ b/.mkosi/mkosi.arch @@ -48,7 +48,7 @@ BuildPackages= kmod libcap libgcrypt - libidn2 + libidn libmicrohttpd libseccomp libtool @@ -63,6 +63,7 @@ BuildPackages= python-lxml qrencode xz +# TODO use libidn once it's available in official repositories Packages= - libidn2 + libidn