neovide: Remove expat

Expat is provided via skia.
This commit is contained in:
Christian Kögler 2021-08-11 01:10:31 +02:00
parent 6418b5d2d5
commit a517d00046

View file

@ -7,7 +7,6 @@
, makeWrapper
, pkg-config
, python2
, expat
, openssl
, SDL2
, fontconfig
@ -81,7 +80,6 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
buildInputs = [
expat
openssl
SDL2
(fontconfig.overrideAttrs (old: {