cage: fix cross

for scdoc detection
This commit is contained in:
Artturin 2022-08-14 00:45:15 +03:00
parent 9c7c0650c5
commit 6aff16d259

View File

@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
sha256 = "0vm96gxinhy48m3x9p1sfldyd03w3gk6iflb7n9kn06j1vqyswr6";
};
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [ meson ninja pkg-config wayland-scanner scdoc makeWrapper ];
buildInputs = [