~ruther/guix-local

7265256c3c488e8fa102bd60c824fc14a2e66d53 — Yelninei 10 months ago 6eb5823
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>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/cmake.scm
M gnu/packages/cmake.scm => gnu/packages/cmake.scm +3 -1
@@ 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