gnu: freefall: Fix compilation error.

* gnu/packages/linux.scm (freefall)[arguments]: Add make-flag to set
CC=gcc.
This commit is contained in:
Efraim Flashner 2018-04-21 23:04:11 +03:00
parent 841f833171
commit c80629e7c2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -3307,7 +3307,8 @@ disks and SD cards. This package provides the userland utilities.")
(substitute* "freefall.c" (substitute* "freefall.c"
(("alarm\\(2\\)") "alarm(5)"))))) (("alarm\\(2\\)") "alarm(5)")))))
#:make-flags (list (string-append "PREFIX=" #:make-flags (list (string-append "PREFIX="
(assoc-ref %outputs "out"))) (assoc-ref %outputs "out"))
"CC=gcc")
#:tests? #f)) ;no tests #:tests? #f)) ;no tests
(home-page (package-home-page linux-libre)) (home-page (package-home-page linux-libre))
(synopsis "Free-fall protection for spinning laptop hard drives") (synopsis "Free-fall protection for spinning laptop hard drives")