gnu: i2c-tools: Add perl to inputs.
* gnu/packages/linux.scm (i2c-tools): Add perl to inputs.
This commit is contained in:
parent
f5b2a53dab
commit
bccf27cb3b
|
@ -1743,6 +1743,8 @@ It works with most newer systems.")
|
|||
"CC=gcc")
|
||||
;; no configure script
|
||||
#:phases (alist-delete 'configure %standard-phases)))
|
||||
(inputs
|
||||
`(("perl" ,perl)))
|
||||
(home-page "http://www.lm-sensors.org/wiki/I2CTools")
|
||||
(synopsis "I2C tools for Linux")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue