1 { callPackage, fetchurl, fetchpatch, ... } @ args:
3 callPackage ./generic.nix (args // rec {
7 # Fixes a segfault on aarch64-darwin from an implicitly defined varargs function.
8 # https://github.com/boostorg/build/pull/238
10 url = "https://github.com/boostorg/build/commit/48e9017139dd94446633480661e5447c7e0d8b1b.diff";
12 # Doesn't apply, isn't critical.
13 "src/engine/filesys.h"
15 sha256 = "sha256-/HLOJKBcGqcK9yBYKSRCSMmTNhCH3sSpK1s3OzkIqx8";
20 url = "mirror://sourceforge/boost/boost_${builtins.replaceStrings ["."] ["_"] version}.tar.bz2";
21 sha256 = "1jj1aai5rdmd72g90a3pd8sw9vi32zad46xv5av8fhnr48ir6ykj";