mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
Merge pull request #152370 from midchildan/fix/arc_unpacker
arc_unpacker: use boost16x
This commit is contained in:
commit
f03e55c9fc
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue