libshumate: support cross compilation

This commit is contained in:
Colin 2024-02-27 23:50:55 +00:00 committed by Jan Tojnar
parent bf82777340
commit bc6d119bd0

View File

@ -32,6 +32,11 @@ stdenv.mkDerivation rec {
sha256 = "+h0dKLECtvfsxwD5aRTIgiNI9jG/tortUJYFiYMe60g=";
};
depsBuildBuild = [
# required to find native gi-docgen when cross compiling
pkg-config
];
nativeBuildInputs = [
gi-docgen
meson