Skip to content

Commit

Permalink
#3076 nix: try to also set BUILD_WITH_SYSTEM_BOTAN=1
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Aug 6, 2024
1 parent 08c1657 commit d307a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stdenv.mkDerivation {

cmakeFlags = [
"-DUSE_SYSTEM_BOTAN=1"
"-DBUILD_WITH_SYSTEM_BOTAN=1"
];

postInstall = ''
Expand Down

0 comments on commit d307a41

Please sign in to comment.