Skip to content

Commit

Permalink
PLT-5817 Added z3 to runtime dependencies of marlowe-tx.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Jun 23, 2023
1 parent 10451d2 commit 0ab9f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/marlowe-cardano/deploy/operables.nix
Expand Up @@ -11,6 +11,7 @@ let
socat
netcat
curl
z3
;

marlowe-chain-indexer = self.packages.ghc8107.marlowe-chain-sync-exe-marlowe-chain-indexer;
Expand Down Expand Up @@ -333,6 +334,7 @@ in

marlowe-tx = mkOperableWithProbes {
package = marlowe-tx;
runtimeInputs = [ z3 ];
runtimeScript = ''
#################
# REQUIRED VARS #
Expand Down

0 comments on commit 0ab9f5f

Please sign in to comment.