From 3a0a06f14cf713317ca9d8f30362f87d6834a3b0 Mon Sep 17 00:00:00 2001 From: midchildan Date: Tue, 28 Dec 2021 05:45:04 +0900 Subject: [PATCH] arc_unpacker: use boost16x --- pkgs/top-level/all-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index df2cfac8b717..55f97551bd71 100644 --- a/pkgs/top-level/all-packages.nix +++ b/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 { };