Skip to content

Commit

Permalink
don't override flags for boost
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Jun 19, 2024
1 parent 1d9cac3 commit ecd5b89
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@

env.CXXFLAGS = toString ([ "-fPIC" ]);

buildInputs = with pkgs; [ cmake pkg-config clang_16
(boost183.override {
enableShared = true;
enableStatic = true;
enableRelease = true;
enableDebug = true;
})
buildInputs = with pkgs; [
cmake
pkg-config
clang_16
boost183
];

# Because crypto3 is header-only, we must propagate it so users
Expand Down

0 comments on commit ecd5b89

Please sign in to comment.