libqmi: unbreak cross compilation (#388297)

authored by Colin and committed by GitHub d435aedd ad67ac46

+16
+12
pkgs/by-name/li/libqmi/build_doc_deps_by_default.patch
··· 1 + diff --git a/docs/reference/libqmi-glib/meson.build b/docs/reference/libqmi-glib/meson.build 2 + index 2f5cfc3..14e1aea 100644 3 + --- a/docs/reference/libqmi-glib/meson.build 4 + +++ b/docs/reference/libqmi-glib/meson.build 5 + @@ -57,6 +57,7 @@ sections_txt = custom_target( 6 + capture: true, 7 + command: [find_program('cat'), '@INPUT@'] + gen_sections, 8 + depends: gen_sections_deps, 9 + + build_by_default: true, 10 + ) 11 + 12 + version_xml = configure_file(
+4
pkgs/by-name/li/libqmi/package.nix
··· 88 88 ]; 89 89 90 90 doCheck = true; 91 + patches = [ 92 + # https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/issues/124 93 + ./build_doc_deps_by_default.patch 94 + ]; 91 95 92 96 postPatch = '' 93 97 patchShebangs \