guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: i2c-tools: Add perl to inputs.


From: Ricardo Wurmus
Subject: 01/01: gnu: i2c-tools: Add perl to inputs.
Date: Sun, 22 Feb 2015 17:59:59 +0000

rekado pushed a commit to branch master
in repository guix.

commit bccf27cb3b39245a1059d4c80a3d1edf28e0c056
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Feb 22 18:50:13 2015 +0100

    gnu: i2c-tools: Add perl to inputs.
    
    * gnu/packages/linux.scm (i2c-tools): Add perl to inputs.
---
 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 f88be6d..1558d09 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]