Skip to content

Commit

Permalink
Fix boost
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Jun 11, 2024
1 parent b950c82 commit f645d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/nix/static-boost.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs }:

pkgs.boost.overrideAttrs (oldAttrs: {
buildInputs = (oldAttrs.buildInputs or []) ++ [ staticPkgs.stdenv ];
buildInputs = (oldAttrs.buildInputs or []) ++ [ pkgs.stdenv ];
doCheck = false;
configureFlags = []; # Remove unrecognized flags
postConfigure = ''
Expand Down

0 comments on commit f645d91

Please sign in to comment.