gnu: i2c-tools: Add perl to inputs.

* gnu/packages/linux.scm (i2c-tools): Add perl to inputs.
master
Ricardo Wurmus 2015-02-22 18:50:13 +01:00
parent f5b2a53dab
commit bccf27cb3b
1 changed files with 2 additions and 0 deletions

View File

@ -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