howard-hinnant-date: fix CMake include path

This commit is contained in:
Azat Bahawi 2022-11-03 13:57:04 +03:00
parent 199409c7bd
commit 3f11b38298
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -19,6 +19,13 @@ stdenv.mkDerivation rec {
url = "https://git.alpinelinux.org/aports/plain/community/date/538-output-date-pc-for-pkg-config.patch?id=11f6b4d4206b0648182e7b41cd57dcc9ccea0728";
sha256 = "1ma0586jsd89jgwbmd2qlvlc8pshs1pc4zk5drgxi3qvp8ai1154";
})
# Fix CMake include directory path.
# https://github.com/HowardHinnant/date/pull/753
(fetchpatch {
name = "fix-cmake-include-dir.patch";
url = "https://github.com/HowardHinnant/date/commit/8061b53c489b0c8676feedcb65049b27664327b5.patch";
hash = "sha256-weZUgu0SDad7EK7msUbVzk1zY4euI0Biafj/5jD4JV4=";
})
# Without this patch, this library will drop a `tzdata` directory into
# `~/Downloads` if it cannot find `/usr/share/zoneinfo`. Make the path it
# searches for `zoneinfo` be the one from the `tzdata` package.