From 507a9dee1dc2d10ee35a142667a870c094688947 Mon Sep 17 00:00:00 2001 From: Morgan Helton Date: Wed, 12 Jun 2024 06:54:49 -0500 Subject: [PATCH] chiaki4deck: restore check for curl websocket support --- pkgs/games/chiaki4deck/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/games/chiaki4deck/default.nix b/pkgs/games/chiaki4deck/default.nix index 79757acef9cc..36c43c906241 100644 --- a/pkgs/games/chiaki4deck/default.nix +++ b/pkgs/games/chiaki4deck/default.nix @@ -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' '';