leafnode: mark as broken for ZHF

This commit is contained in:
Luca Bruno 2014-08-21 17:10:32 +02:00
parent 0c781b3d8f
commit 186589fdd1

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "Leafnode implements a store & forward NNTP proxy";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
broken = true; # The user check in the configure does not work in a chroot
};
}