diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 8eb1222097b8..39a0c1381d74 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1355,7 +1355,7 @@ with pkgs; }; arc_unpacker = callPackage ../tools/archivers/arc_unpacker { - boost = boost16x; # checkPhase fails with Boost 1.77 + boost = boost175; # checkPhase fails with Boost 1.77 }; adminer = callPackage ../servers/adminer { };