about summary refs log tree commit diff
path: root/pkgs/tools/system/wsysmon/dependencies.patch
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-12-03 06:01:28 +0000
committerGitHub <noreply@github.com>2022-12-03 06:01:28 +0000
commit7ec41836730f4344e835c1ca06e33d347ff017a6 (patch)
treec348463f3dbaccc3397afa473ddbb83b7e3d9f16 /pkgs/tools/system/wsysmon/dependencies.patch
parenta83c4dd1939293da6ba883d98764c9dc5f14ef74 (diff)
parent809f15f2e7fd66c3d3ba6aabffa946fbd67f93fc (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/system/wsysmon/dependencies.patch')
-rw-r--r--pkgs/tools/system/wsysmon/dependencies.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/tools/system/wsysmon/dependencies.patch b/pkgs/tools/system/wsysmon/dependencies.patch
new file mode 100644
index 0000000000000..cc0a2fc709ebc
--- /dev/null
+++ b/pkgs/tools/system/wsysmon/dependencies.patch
@@ -0,0 +1,14 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 31e8048..1eec936 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -7,8 +7,7 @@ include(FetchContent)
+ 
+ FetchContent_Declare(
+         spdlog
+-        GIT_REPOSITORY https://github.com/gabime/spdlog.git
+-        GIT_TAG v1.10.0
++        SOURCE_DIR @spdlog_src@
+ )
+ FetchContent_MakeAvailable(spdlog)
+