gnu: freeipmi: Use G-expressions.
* gnu/packages/freeipmi.scm (freeipmi)[arguments]: Use G-expressions. Change-Id: I998d7ca5073031c2a9807c5967b8c20984139bf6
This commit is contained in:
parent
1864659189
commit
1abf7fdcb0
@ -55,8 +55,8 @@
|
|||||||
(string-append "/bin/" file)) "config"))
|
(string-append "/bin/" file)) "config"))
|
||||||
'("config.guess" "config.sub"))))))
|
'("config.guess" "config.sub"))))))
|
||||||
'())
|
'())
|
||||||
`(#:configure-flags '("--disable-static"
|
(list #:configure-flags #~'("--disable-static"
|
||||||
,@(if (%current-target-system)
|
#$@(if (%current-target-system)
|
||||||
;; We cannot check for these devices
|
;; We cannot check for these devices
|
||||||
;; when cross compiling.
|
;; when cross compiling.
|
||||||
`("ac_cv_file__dev_random=yes"
|
`("ac_cv_file__dev_random=yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user