summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/afdko/dont-fetch-third-party-libs.patch
blob: 48e4ce99fcfecc7c425bfed7e53e1426a8db4ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/third_party/LibXml2/CMakeLists.txt b/third_party/LibXml2/CMakeLists.txt
index 2549e5f0..8835658f 100644
--- a/third_party/LibXml2/CMakeLists.txt
+++ b/third_party/LibXml2/CMakeLists.txt
@@ -12,6 +12,7 @@ FetchContent_Declare(LibXml2
         GIT_REPOSITORY https://gitlab.gnome.org/GNOME/libxml2.git
         GIT_TAG ${LIBXML2_TAG}
         EXCLUDE_FROM_ALL
+        ${fetch_content_args}
 )
 
 option(AFDKO_BUILD_LIBXML2_SHARED_LIB