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

View file

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