mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
libshumate: support cross compilation
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user