Unverified Commit c7145d6f authored by Lyndon Sanche's avatar Lyndon Sanche
Browse files

astroid: Patch to fix build with boost

parent c2e43ca6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -45,6 +45,11 @@ stdenv.mkDerivation rec {
      url = "https://github.com/astroidmail/astroid/commit/7c2022f06a4146ad62e858bcaacdb4ee817851b9.patch";
      hash = "sha256-hZHOg1wUR8Kpd6017fWzhMmG+/WQxSOCnsiyIvUcpbU=";
    })
    (fetchpatch {
      name = "boost_is_regular.patch";
      url = "https://github.com/astroidmail/astroid/commit/abd84171dc6c4e639f3e86649ddc7ff211077244.patch";
      hash = "sha256-IY60AnWm18ZwrCFsOvBg76UginpMo7gXBf8GT87FqW4=";
    })
  ];

  nativeBuildInputs = [