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 a4e4cac commit b950c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembly/nix/static-boost.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ staticPkgs }:
{ pkgs }:

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

0 comments on commit b950c82

Please sign in to comment.