diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index cf930c57fc..b581217685 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -171,7 +171,6 @@ (define-public cmake-bootstrap (string-append "--parallel=" parallel-job-count) (string-append "--prefix=" out) "--system-libs" - "--no-system-jsoncpp" ;; By default, the man pages and other docs land ;; in PREFIX/man and PREFIX/doc, but we want them ;; in share/{man,doc}. Note that unlike @@ -218,6 +217,7 @@ (define-public cmake-bootstrap ("curl" ,curl) ("expat" ,expat) ("file" ,file) + ("jsoncpp" ,jsoncpp) ("libarchive" ,libarchive) ,@(if (hurd-target?) '() @@ -284,9 +284,6 @@ (define preserved-files ',%preserved-third-party-files) "Utilities" lstat) #t)))) - (inputs - (modify-inputs (package-inputs cmake-bootstrap) - (prepend jsoncpp))) (build-system cmake-build-system) (arguments `(#:configure-flags