File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313, cardano-wallet-byron
1414, cardano-wallet-shelley
1515, cardano-node
16+ , cardano-cli
1617, tests ? [ ]
1718, benchmarks ? [ ]
1819} :
@@ -44,7 +45,7 @@ in pkgs.runCommand name {
4445 cd jm
4546
4647 # Copy in wallet and node EXEs and DLLs.
47- for pkg in ${ cardano-wallet-jormungandr } ${ cardano-wallet-byron } ${ cardano-wallet-shelley } ; do
48+ for pkg in ${ cardano-wallet-jormungandr } ${ cardano-wallet-byron } ${ cardano-wallet-shelley } ${ cardano-cli } ; do
4849 cp -vf $pkg/bin/* .
4950 done
5051
Original file line number Diff line number Diff line change 237237 cardano-wallet-byron = winJobs . cardano-wallet-byron . x86_64-linux ;
238238 cardano-wallet-shelley = winJobs . cardano-wallet-shelley . x86_64-linux ;
239239 cardano-node = winJobs . cardano-node . x86_64-linux ;
240+ cardano-cli = winJobs . cardano-cli . x86_64-linux ;
240241 tests = collectTests winJobs . tests ;
241242 benchmarks = collectTests winJobs . benchmarks ;
242243 } ;
You can’t perform that action at this time.
0 commit comments