Unverified Commit 4e521f6f authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

boost189: fix cygwin build (#495346)

parents 6772930c fe5026c8
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
{ callPackage, fetchurl, ... }@args:
{
  lib,
  stdenv,
  callPackage,
  fetchurl,
  ...
}@args:

callPackage ./generic.nix (
  args
@@ -15,5 +21,7 @@ callPackage ./generic.nix (
      # SHA256 from http://www.boost.org/users/history/version_1_89_0.html
      sha256 = "85a33fa22621b4f314f8e85e1a5e2a9363d22e4f4992925d4bb3bc631b5a0c7a";
    };

    patches = lib.optional stdenv.hostPlatform.isCygwin ./Fix-cygwin-build-189.patch;
  }
)
+810 −0

File added.

Preview size limit exceeded, changes collapsed.