chiaki4deck: restore check for curl websocket support

This commit is contained in:
Morgan Helton 2024-06-12 06:54:49 -05:00
parent 78e99091e4
commit 507a9dee1d
No known key found for this signature in database

View File

@ -84,11 +84,8 @@ stdenv.mkDerivation rec {
xxHash
];
# handle cmake not being able to identify if curl is built with websocket support, and library name discrepancy when curl not built with cmake
# handle library name discrepancy when curl not built with cmake
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail ' WS WSS' ""
substituteInPlace lib/CMakeLists.txt \
--replace-fail 'libcurl_shared' 'libcurl'
'';