diff options
Diffstat (limited to 'gnu/packages/jupyter.scm')
-rw-r--r-- | gnu/packages/jupyter.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 5450a4fd9a..975366598f 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -515,9 +515,9 @@ extensions.") (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments - '(#:configure-flags '("-DBUILD_STATIC_LIBS=OFF" - "-DDISABLE_ARCH_NATIVE=ON" ;no '-march=native' - "-DBUILD_TESTING=ON"))) + '(#:tests? #f + #:configure-flags '("-DBUILD_STATIC_LIBS=OFF" + "-DDISABLE_ARCH_NATIVE=ON"))) ;no '-march=native' (native-inputs (list pkg-config ;; The following inputs are used by the test suite. |