callaudiod: support cross-compilation, enable strictDeps

This commit is contained in:
Rick van Schijndel 2021-10-04 20:11:21 +02:00
parent 1debd0c754
commit 7640f6e678

@ -21,10 +21,12 @@ stdenv.mkDerivation rec {
sha256 = "087589z45xvldn2m1g79y0xbwzylwkjmfk83s5xjixyq0wqmfppd";
};
strictDeps = true;
nativeBuildInputs = [
meson
ninja
pkg-config
glib
];
buildInputs = [