iio-sensor-proxy: support cross compilation
This commit is contained in:
parent
a1a757feb8
commit
f9aca0219c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue