diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 412b3bb3c8d..a9ebf61efb7 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -506,18 +506,18 @@ platforms.") (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - ;; FIXME: skip failing test suite (requires write access to /tmp), - ;; patching path does not help somehow. - `(#:tests? #f - #:phases - (modify-phases %standard-phases - (replace 'bootstrap - (lambda _ - (invoke "aclocal") - (invoke "autoheader") - (invoke "automake" "--add-missing") - (invoke "autoconf") - #t))))) + (list + ;; FIXME: skip failing test suite (requires write access to /tmp), + ;; patching path does not help somehow. + #:tests? #f + #:phases + #~(modify-phases %standard-phases + (replace 'bootstrap + (lambda _ + (invoke "aclocal") + (invoke "autoheader") + (invoke "automake" "--add-missing") + (invoke "autoconf")))))) (native-inputs (list autoconf automake)) (inputs