Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Mar 26, 2024
1 parent fad7075 commit 23e78ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ let
marlowe-cli.ghcOptions = [ "-Werror" ] ++
lib.optional pkgs.stdenv.hostPlatform.isMusl "-L${static-bzip2.out}/lib";

marlowe-cli.components.exes.marlowe-cli.build-tools =
lib.optional pkgs.stdenv.hostPlatform.isMusl [ pkgs.postgresql ];
# marlowe-cli.components.exes.marlowe-cli.build-tools =
# lib.optional pkgs.stdenv.hostPlatform.isMusl [ pkgs.postgresql ];

marlowe-runtime.components.tests.marlowe-runtime-test.preCheck =
marlowe-cli.components.exes.marlowe-cli.preCheck =
lib.optionalString pkgs.stdenv.hostPlatform.isMusl ''
PATH=${lib.makeBinPath [ pkgs.postgresql ]}:$PATH
'';
Expand Down

0 comments on commit 23e78ad

Please sign in to comment.