leafnode: mark as broken for ZHF
This commit is contained in:
parent
0c781b3d8f
commit
186589fdd1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue