ncdns: mark broken

This commit is contained in:
Sandro Jäckel 2022-07-13 14:06:10 +02:00 committed by Sandro Jäckel
parent e371e8b9ea
commit 4ddd633b5a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -100,13 +100,14 @@ buildGoModule {
cp -r _tpl "$out/share/tpl"
'';
passthru.tests.ncdns = nixosTests.ncdns;
meta = with lib; {
description = "Namecoin to DNS bridge daemon";
homepage = "https://github.com/namecoin/ncdns";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ rnhmjoj ];
# module github.com/btcsuite/btcd@latest found (v0.23.1), but does not contain package github.com/btcsuite/btcd/btcec
broken = true;
};
passthru.tests.ncdns = nixosTests.ncdns;
}