diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-11-06 11:53:07 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-11-06 12:49:40 +0200 |
commit | 847374eb151a4416849e1c2df794d27bd778e307 (patch) | |
tree | 1ac76527258ddc5e6286b2b55695c525631e8a00 /gnu/packages/linux.scm | |
parent | 0647563266e047f6a7a3c36762109871cee2509b (diff) | |
download | guix-847374eb151a4416849e1c2df794d27bd778e307.tar.gz guix-847374eb151a4416849e1c2df794d27bd778e307.zip |
gnu: fuse-2: Don't force running the tests.
* gnu/packages/linux.scm (fuse-2)[arguments]: Remove the #:tests
keyword.
Change-Id: I5139f76471471f25cd2b165c2ebbbebf745eba33
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 1 insertions, 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=" |