Skip to content

Commit

Permalink
ncdns: mark broken
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jul 15, 2022
1 parent e371e8b commit 4ddd633
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/servers/dns/ncdns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

3 comments on commit 4ddd633

@rnhmjoj
Copy link
Contributor

@rnhmjoj rnhmjoj commented on 4ddd633 Aug 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sure this package is an unreproducible mess, but I can't get this error. It builds fine for me with

NIXPKGS_ALLOW_BROKEN=1 nix build -f<nixpkgs> ncdns

on master as of b6d1cd5.

@SuperSandro2000
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange. Now it works for me, too. We can unmark it broken.

@SuperSandro2000
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.