ladybird: fix websocket support (#457100)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
cmake,
|
cmake,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
curl,
|
curlFull, # Websocket support
|
||||||
libavif,
|
libavif,
|
||||||
angle, # libEGL
|
angle, # libEGL
|
||||||
libjxl,
|
libjxl,
|
||||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
curl
|
curlFull
|
||||||
fast-float
|
fast-float
|
||||||
ffmpeg
|
ffmpeg
|
||||||
fontconfig
|
fontconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user