libshumate: support cross compilation
This commit is contained in:
parent
bf82777340
commit
bc6d119bd0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue