Merge pull request #235185 from unbel13ver/fix-rauc-crosscompilation

Fix RAUC package cross-compilation
This commit is contained in:
Nick Cao 2023-06-01 04:07:59 -06:00 committed by GitHub
commit cfe258349b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
nativeBuildInputs = [ pkg-config meson ninja ];
nativeBuildInputs = [ pkg-config meson ninja glib ];
buildInputs = [ curl dbus glib json-glib openssl util-linux libnl systemd ];