about summary refs log tree commit diff
path: root/pkgs/applications/audio/ncpamixer/remove_dynamic_download.patch
blob: af98369983a8b95ce739deb58f5e39c57e7f6a1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8aac546..ec809e8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -14,11 +14,9 @@ if(USE_WIDE)
     set(CURSES_NEED_WIDE TRUE)
 endif()
 
-include(FetchContent)
 include(GNUInstallDirs)
 
 if (BUILD_MANPAGES)
-    include("${CMAKE_CURRENT_SOURCE_DIR}/cmake.deps/FetchPandocMan.cmake")
     include(PandocMan)
     add_pandoc_man("${CMAKE_CURRENT_SOURCE_DIR}/man/ncpamixer.1.md")
 endif()