Skip to content

Commit

Permalink
select openssl_3_0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Jun 21, 2022
1 parent 63ca6e2 commit d0c7432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
vessel = rustPlatform.buildRustPackage rec {
pname = "vessel";
version = "1.0.0";
buildInputs = [ openssl openssl.dev ];
buildInputs = [ openssl_3_0 openssl_3_0.dev ];
nativeBuildInputs = [ pkg-config ];
src = lib.sources.cleanSourceWith {
filter = noNixFile;
Expand Down

0 comments on commit d0c7432

Please sign in to comment.