about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-09-21 08:01:38 +0200
committerGitHub <noreply@github.com>2019-09-21 08:01:38 +0200
commit639771fa5decfdd5813b0017199042bb2289f8fa (patch)
tree1d19c06d55fa1759e799dabc11b4dc1188290376
parent60e978b48310ffd645fe1f596e3975e6a45ee1e4 (diff)
parent477776c52152b0fcd8f8a2f77f50d11e8986e676 (diff)
Merge pull request #69166 from mmahut/jormungandr
jormungandr: adding jormungandr-scenario-tests
-rw-r--r--pkgs/applications/blockchains/jormungandr/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/blockchains/jormungandr/default.nix b/pkgs/applications/blockchains/jormungandr/default.nix
index 0bc766a43bb55..06400af679fef 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