3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #236212 from wegank/arc_unpacker

arc_unpacker: migrate to boost175
This commit is contained in:
Weijia Wang 2023-06-06 13:00:23 +03:00 committed by GitHub
commit 765c7aef37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };