libshumate: support cross compilation

This commit is contained in:
Colin
2024-02-29 12:37:45 -05:00
committed by Jan Tojnar
parent bf82777340
commit bc6d119bd0
@@ -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