lol

Merge pull request #199323 from azahi/hhdate-fix-cmake

howard-hinnant-date: fix CMake include path

authored by

Ryan Burns and committed by
GitHub
f48c02d5 36e7b7f0

+7
+7
pkgs/development/libraries/howard-hinnant-date/default.nix
··· 19 19 url = "https://git.alpinelinux.org/aports/plain/community/date/538-output-date-pc-for-pkg-config.patch?id=11f6b4d4206b0648182e7b41cd57dcc9ccea0728"; 20 20 sha256 = "1ma0586jsd89jgwbmd2qlvlc8pshs1pc4zk5drgxi3qvp8ai1154"; 21 21 }) 22 + # Fix CMake include directory path. 23 + # https://github.com/HowardHinnant/date/pull/753 24 + (fetchpatch { 25 + name = "fix-cmake-include-dir.patch"; 26 + url = "https://github.com/HowardHinnant/date/commit/8061b53c489b0c8676feedcb65049b27664327b5.patch"; 27 + hash = "sha256-weZUgu0SDad7EK7msUbVzk1zY4euI0Biafj/5jD4JV4="; 28 + }) 22 29 # Without this patch, this library will drop a `tzdata` directory into 23 30 # `~/Downloads` if it cannot find `/usr/share/zoneinfo`. Make the path it 24 31 # searches for `zoneinfo` be the one from the `tzdata` package.