Merge pull request #152370 from midchildan/fix/arc_unpacker
arc_unpacker: use boost16x
This commit is contained in:
@@ -883,7 +883,9 @@ with pkgs;
|
||||
type = "OPN";
|
||||
};
|
||||
|
||||
arc_unpacker = callPackage ../tools/archivers/arc_unpacker { };
|
||||
arc_unpacker = callPackage ../tools/archivers/arc_unpacker {
|
||||
boost = boost16x; # checkPhase fails with Boost 1.77
|
||||
};
|
||||
|
||||
adminer = callPackage ../servers/adminer { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user