mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
bitcoind-knots: remove non-working tests
attribute
Without the change `bitcoind-knots.tests` fails to evaluate: $ nix build --no-link -f. bitcoind-knots.tests error: attribute 'bitcoind-knots' missing 71| passthru.tests = { 72| smoke-test = nixosTests.bitcoind-knots; | ^ 73| }; From what I can see `nixos/tests/all-tests.nix` never had a `bitcoind-knots` present.
This commit is contained in:
parent
ae9397e83b
commit
69e0e70d59
@ -68,10 +68,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
smoke-test = nixosTests.bitcoind-knots;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A derivative of Bitcoin Core with a collection of improvements";
|
||||
homepage = "https://bitcoinknots.org/";
|
||||
|
Loading…
Reference in New Issue
Block a user