default-crate-overrides: servo-fontconfig-sys needs fontconfig
This commit is contained in:
parent
e907d6b2ab
commit
62d571148a
@ -28,6 +28,7 @@
|
||||
, cmake
|
||||
, glib
|
||||
, freetype
|
||||
, fontconfig
|
||||
, rdkafka
|
||||
, udev
|
||||
, libevdev
|
||||
@ -253,7 +254,7 @@ in
|
||||
|
||||
servo-fontconfig-sys = attrs: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ freetype ];
|
||||
buildInputs = [ freetype fontconfig ];
|
||||
};
|
||||
|
||||
thrussh-libsodium = attrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user