Skip to content

Commit

Permalink
Back to openssl 1.1 for az-dcap
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffa5 committed Aug 9, 2023
1 parent 8140e97 commit 2988ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/az-dcap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
makeWrapper,
fetchurl,
lib,
openssl,
openssl_1_1,
}: let
fetchFromIntelGitHub = {path, ...} @ attrs:
fetchurl ({
Expand Down Expand Up @@ -44,7 +44,7 @@ in
};
nativeBuildInputs = [makeWrapper];
buildInputs = [
(curl.override {openssl = openssl;})
(curl.override {openssl = openssl_1_1;})
nlohmann_json
];

Expand Down

0 comments on commit 2988ebd

Please sign in to comment.