mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #319307 from devusb/chiaki4deck-ws
chiaki4deck: restore check for curl websocket support
This commit is contained in:
commit
ee37cb76ea
@ -85,11 +85,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'
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user