Unverified Commit 765c7aef authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #236212 from wegank/arc_unpacker

arc_unpacker: migrate to boost175
parents 034dfb2e ebef2348
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };