python310Packages.python-rapidjson: specify patch name

This commit is contained in:
Robert Schütz 2023-03-11 12:50:52 -08:00 committed by Yureka
parent 150526a2da
commit 69326363f7

View File

@ -21,6 +21,7 @@ let
};
patches = [
(fetchpatch {
name = "do-not-include-gtest-src-dir.patch";
url = "https://git.alpinelinux.org/aports/plain/community/rapidjson/do-not-include-gtest-src-dir.patch?id=9e5eefc7a5fcf5938a8dc8a3be8c75e9e6809909";
hash = "sha256-BjSZEwfCXA/9V+kxQ/2JPWbc26jQn35CfN8+8NW24s4=";
})