gnu: freefall: Return #t from all phases.
authorMark H Weaver <mhw@netris.org>
Fri, 16 Mar 2018 06:16:06 +0000 (02:16 -0400)
committerMark H Weaver <mhw@netris.org>
Thu, 12 Apr 2018 08:01:55 +0000 (04:01 -0400)
* gnu/packages/linux.scm (freefall)[arguments]: Return #t from all phase
procedures.

gnu/packages/linux.scm

index 82e4552..7efe7fa 100644 (file)
@@ -3292,14 +3292,16 @@ disks and SD cards.  This package provides the userland utilities.")
      '(#:phases (modify-phases %standard-phases
                   (add-after 'unpack 'enter-subdirectory
                     (lambda _
-                      (chdir "tools/laptop/freefall")))
+                      (chdir "tools/laptop/freefall")
+                      #t))
                   (delete 'configure)
                   (add-before 'build 'increase-timeout
                     (lambda _
                       ;; The default of 2 seconds is too low: it assumes an
                       ;; open lid and AC power without actually checking.
                       (substitute* "freefall.c"
-                        (("alarm\\(2\\)") "alarm(5)")))))
+                        (("alarm\\(2\\)") "alarm(5)"))
+                      #t)))
        #:make-flags (list (string-append "PREFIX="
                                          (assoc-ref %outputs "out")))
        #:tests? #f)) ;no tests