diff options
Diffstat (limited to 'gnu/packages/cmake.scm')
-rw-r--r-- | gnu/packages/cmake.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index 03b1ce05c2..74dea1a56a 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -256,6 +256,8 @@ and workspaces that can be used in the compiler environment of your choice.") (name "cmake-minimal") (source (origin (inherit (package-source cmake-bootstrap)) + (patches (search-patches "cmake-curl-certificates.patch" + "cmake-file-offset-bits-64.patch")) (snippet (match (origin-snippet (package-source cmake-bootstrap)) ((_ _ exp ...) |