nixpkgs/pkgs/tools/system/wsysmon/dependencies.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
356 B
Diff
Raw Permalink Normal View History

2022-08-23 15:43:09 +00:00
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)