mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
gtk-doc: fix cross-compilation
This commit is contained in:
parent
8f78c20388
commit
9647bb3135
@ -32,6 +32,13 @@ python3.pkgs.buildPythonApplication rec {
|
||||
passthru.respect_xml_catalog_files_var_patch
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
depsBuildBuild = [
|
||||
python3
|
||||
pkg-config
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
gettext
|
||||
|
Loading…
Reference in New Issue
Block a user