diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-02-22 18:50:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2015-02-22 18:59:45 +0100 |
commit | bccf27cb3b39245a1059d4c80a3d1edf28e0c056 (patch) | |
tree | 90a139508e3c63901cdac14a3af2e81950660abf /gnu/packages | |
parent | f5b2a53dab26fb9daea0603a7efae4fb588d5089 (diff) | |
download | guix-bccf27cb3b39245a1059d4c80a3d1edf28e0c056.tar guix-bccf27cb3b39245a1059d4c80a3d1edf28e0c056.tar.gz |
gnu: i2c-tools: Add perl to inputs.
* gnu/packages/linux.scm (i2c-tools): Add perl to inputs.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f88be6d74c..1558d09031 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 |