neovide: add missing cctools.libtool dependency

This commit is contained in:
Theodore Ni 2024-11-09 20:04:01 -08:00
parent 48d4a0a6bd
commit 6e1f5c99af
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -12,6 +12,7 @@
, pkg-config , pkg-config
, python3 , python3
, removeReferencesTo , removeReferencesTo
, cctools
, xcbuild , xcbuild
, SDL2 , SDL2
, fontconfig , fontconfig
@ -62,6 +63,7 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec {
SKIA_NINJA_COMMAND = "${ninja}/bin/ninja"; SKIA_NINJA_COMMAND = "${ninja}/bin/ninja";
nativeBuildInputs = [ nativeBuildInputs = [
cctools.libtool
makeWrapper makeWrapper
pkg-config pkg-config
python3 # skia python3 # skia