mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ncdns: mark broken
This commit is contained in:
parent
e371e8b9ea
commit
4ddd633b5a
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue