arc_unpacker: use boost16x

main
midchildan 2 years ago
parent 33d85a8e24
commit 3a0a06f14c
No known key found for this signature in database
GPG Key ID: D9A5748BACC6E3C2
  1. 4
      pkgs/top-level/all-packages.nix

@ -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…
Cancel
Save