localproxy: patch to fix boost (#388649)

This commit is contained in:
Sandro
2025-03-12 17:36:46 +01:00
committed by GitHub
+6
View File
@@ -31,6 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://github.com/aws-samples/aws-iot-securetunneling-localproxy/commit/de8779630d14e4f4969c9b171d826acfa847822b.patch";
hash = "sha256-11k6mRvCx72+5G/5LZZx2qnx10yfKpcAZofn8t8BD3E=";
})
(fetchpatch {
name = "boost187.patch";
url = "https://github.com/aws-samples/aws-iot-securetunneling-localproxy/commit/12022770e89c6787c3eda4ca01a7cedaf2affa92.patch";
hash = "sha256-THY+dRkKhpbpK+wLskRjWvqr6uFuT0JMt/VHvgzKTzw=";
excludes = [ ".github/workflows/ci.yml" ];
})
];
nativeBuildInputs = [ cmake ];