mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Merge pull request #235185 from unbel13ver/fix-rauc-crosscompilation
Fix RAUC package cross-compilation
This commit is contained in:
commit
cfe258349b
@ -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 New Issue
Block a user