seafile-server: fix cross build

This commit is contained in:
FliegendeWurst
2025-01-26 22:37:32 +01:00
parent a56b995263
commit 53cf4ff891
+4 -2
View File
@@ -51,6 +51,10 @@ stdenv.mkDerivation {
nativeBuildInputs = [
autoreconfHook
pkg-config
python3
libsearpc # searpc-codegen.py
vala # valac
which
];
buildInputs = [
@@ -64,8 +68,6 @@ stdenv.mkDerivation {
fuse
libarchive
libjwt
which
vala
libevhtp
oniguruma
];