diff options
| author | Yelninei <yelninei@tutamail.com> | 2025-08-04 12:50:27 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-19 12:57:37 +0200 |
| commit | 7265256c3c488e8fa102bd60c824fc14a2e66d53 (patch) | |
| tree | 5670b1e0e806c3694744bca8bbf5050f71c5a5b5 /gnu/packages/cmake.scm | |
| parent | 6eb5823e2e1932c3f6793764b9f1fb7988d04667 (diff) | |
gnu: cmake: Skip another test on the Hurd.
This is fixed in Cmake v4.0.0, see
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10078
* gnu/packages/cmake.scm (%common-disabled-tests/hurd): Add
RunCMake.RuntimePath.
Change-Id: I188370e98dbb77d1d6771342c46c575b3825b15e
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/cmake.scm')
| -rw-r--r-- | gnu/packages/cmake.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index 68603cf9fa7..66476920f7d 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -164,7 +164,9 @@ using the CMake build system.") "RunCMake.CTestTimeout" "RunCMake.CTestTimeoutAfterMatch" "RunCMake.CommandLine" - "RunCMake.CTestCommandLine")) + "RunCMake.CTestCommandLine" + ;; Fixed in v4.0.0 + "RunCMake.RuntimePath")) (define %preserved-third-party-files '(;; 'Source/cm_getdate.c' includes archive_getdate.c wholesale, so it must |
