From 477776c52152b0fcd8f8a2f77f50d11e8986e676 Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Fri, 20 Sep 2019 22:44:57 +0200 Subject: [PATCH] jormungandr: adding jormungandr-scenario-tests --- pkgs/applications/blockchains/jormungandr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/blockchains/jormungandr/default.nix b/pkgs/applications/blockchains/jormungandr/default.nix index 0bc766a43bb..06400af679f 100644 --- a/pkgs/applications/blockchains/jormungandr/default.nix +++ b/pkgs/applications/blockchains/jormungandr/default.nix @@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec { install -d $out/bin $out/templates install -m755 target/*/release/jormungandr $out/bin/ install -m755 target/*/release/jcli $out/bin/ + install -m755 target/*/release/jormungandr-scenario-tests $out/bin/ install -m755 scripts/send-transaction $out/templates install -m755 scripts/jcli-helpers $out/bin/ install -m755 scripts/bootstrap $out/bin/jormungandr-bootstrap