iio-sensor-proxy: support cross compilation

This commit is contained in:
Colin
2023-08-13 07:12:20 +01:00
committed by Jörg Thalheim
parent a1a757feb8
commit f9aca0219c
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitLab
, glib
, cmake
, libxml2
, meson
@@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
meson
cmake
glib
libxml2
ninja
pkg-config