1 { callPackage, fetchurl, fetchpatch, ... } @ args:
3 callPackage ./generic.nix (args // rec {
7 url = "mirror://sourceforge/boost/boost_${builtins.replaceStrings ["."] ["_"] version}.tar.bz2";
8 # SHA256 from http://www.boost.org/users/history/version_1_70_0.html
9 sha256 = "430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778";
12 patches = [ ./pthread-stack-min-fix.patch ];