gnunet_gtk: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-13 18:36:26 +01:00
parent 88513c0d88
commit cd7364fc4f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -39,5 +39,7 @@ stdenv.mkDerivation rec {
meta = gnunet.meta // { meta = gnunet.meta // {
description = "GNUnet GTK User Interface"; description = "GNUnet GTK User Interface";
homepage = "https://git.gnunet.org/gnunet-gtk.git"; homepage = "https://git.gnunet.org/gnunet-gtk.git";
# configure: error: compiling gnunet-gtk requires GNUnet core headers
broken = true;
}; };
} }