From 847374eb151a4416849e1c2df794d27bd778e307 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 6 Nov 2024 11:53:07 +0200 Subject: gnu: fuse-2: Don't force running the tests. * gnu/packages/linux.scm (fuse-2)[arguments]: Remove the #:tests keyword. Change-Id: I5139f76471471f25cd2b165c2ebbbebf745eba33 --- gnu/packages/linux.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 972c9f655c..992790188a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4062,8 +4062,7 @@ user-space processes.") (native-inputs (list autoconf automake gettext-minimal libtool)) (arguments - '(#:tests? #t - #:configure-flags (list (string-append "MOUNT_FUSE_PATH=" + '(#:configure-flags (list (string-append "MOUNT_FUSE_PATH=" (assoc-ref %outputs "out") "/sbin") (string-append "INIT_D_PATH=" -- cgit v1.2.3