guix-commits
[Top][All Lists]
Advanced

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

12/15: LOCAL_ONLY: gnu: lm-sensors: Remove gnuplot input.


From: Mark H. Weaver
Subject: 12/15: LOCAL_ONLY: gnu: lm-sensors: Remove gnuplot input.
Date: Wed, 23 Sep 2015 21:39:18 +0000

mhw pushed a commit to branch mhw-core-updates
in repository guix.

commit fa4b41c0f1bf8ded5f04731778916f9b874a49e2
Author: Mark H Weaver <address@hidden>
Date:   Fri Aug 21 13:19:51 2015 -0400

    LOCAL_ONLY: gnu: lm-sensors: Remove gnuplot input.
---
 gnu/packages/linux.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 171ec67..404f3e3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1890,7 +1890,8 @@ country-specific regulations for the wireless spectrum.")
     (inputs `(("rrdtool" ,rrdtool)
               ("perl" ,perl)
               ("kmod" ,kmod)
-              ("gnuplot" ,gnuplot)))
+              #;("gnuplot" ,gnuplot)
+              ))
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("flex" ,flex)
                      ("bison" ,bison)
@@ -1916,6 +1917,7 @@ country-specific regulations for the wireless spectrum.")
                              "/bin/modprobe")))
            (substitute* '("prog/pwm/pwmconfig"
                           "prog/pwm/fancontrol")
+             #;
              (("gnuplot")
               (string-append (assoc-ref inputs "gnuplot")
                              "/bin/gnuplot"))



reply via email to

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