neovide: add missing cctools.libtool dependency
This commit is contained in:
parent
48d4a0a6bd
commit
6e1f5c99af
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user