Merge pull request #235185 from unbel13ver/fix-rauc-crosscompilation
Fix RAUC package cross-compilation
This commit is contained in:
commit
cfe258349b
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue