localproxy: patch to fix boost
This commit is contained in:
parent
0b704bf84a
commit
87718a9f95
@ -31,6 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
url = "https://github.com/aws-samples/aws-iot-securetunneling-localproxy/commit/de8779630d14e4f4969c9b171d826acfa847822b.patch";
|
url = "https://github.com/aws-samples/aws-iot-securetunneling-localproxy/commit/de8779630d14e4f4969c9b171d826acfa847822b.patch";
|
||||||
hash = "sha256-11k6mRvCx72+5G/5LZZx2qnx10yfKpcAZofn8t8BD3E=";
|
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 ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user