arc_unpacker: migrate to boost175

This commit is contained in:
Weijia Wang
2023-06-06 09:36:20 +03:00
parent c9c6853ced
commit ebef234814
+1 -1
View File
@@ -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 { };