gtk-doc: dont recompile bytecode
Would not build otherwise. The hooks needs to be fixed. https://github.com/NixOS/nixpkgs/pull/90208#issuecomment-644051108
This commit is contained in:
parent
ad3e036bc8
commit
4ece345970
@ -68,6 +68,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
--replace "${python3}" ""
|
--replace "${python3}" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# find: ‘...-gtk-doc-1.32/lib/python3.8/site-packages’: No such file or directory
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/90208#issuecomment-644051108
|
||||||
|
dontUsePythonRecompileBytecode = true;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
# Consumers are expected to copy the m4 files to their source tree, let them reuse the patch
|
# Consumers are expected to copy the m4 files to their source tree, let them reuse the patch
|
||||||
respect_xml_catalog_files_var_patch = ./respect-xml-catalog-files-var.patch;
|
respect_xml_catalog_files_var_patch = ./respect-xml-catalog-files-var.patch;
|
||||||
|
Loading…
Reference in New Issue
Block a user