From bccf27cb3b39245a1059d4c80a3d1edf28e0c056 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 22 Feb 2015 18:50:13 +0100 Subject: gnu: i2c-tools: Add perl to inputs. * gnu/packages/linux.scm (i2c-tools): Add perl to inputs. --- gnu/packages/linux.scm | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3