mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -1743,6 +1743,8 @@ (define-public i2c-tools
|
|||
"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 a new issue