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
+1 -1
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 ];