[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"))
- 02/15: system: grub: Adjust eye-candy to work on non-Intel systems., (continued)
- 02/15: system: grub: Adjust eye-candy to work on non-Intel systems., Mark H. Weaver, 2015/09/23
- 01/15: system: grub: On MIPS, the linux image name is vmlinuz, not bzImage., Mark H. Weaver, 2015/09/23
- 03/15: linux-initrd: Use pata_acpi, pata_atiixp, and isci modules only on Intel., Mark H. Weaver, 2015/09/23
- 05/15: gnu: linux-libre: Add case for ARCH=mips., Mark H. Weaver, 2015/09/23
- 06/15: gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage., Mark H. Weaver, 2015/09/23
- 04/15: gnu: linux-libre: Add 'supported-systems' field: Intel only for now., Mark H. Weaver, 2015/09/23
- 09/15: gnu: grub: Install documentation., Mark H. Weaver, 2015/09/23
- 08/15: gnu: grub: Use modify-phases and other minor cleanups., Mark H. Weaver, 2015/09/23
- 10/15: gnu: grub: Update to 2.02-beta2-502-gc93d3e6., Mark H. Weaver, 2015/09/23
- 13/15: PRELIMINARY: system: grub: Convert grub background using rsvg-convert, not inkscape., Mark H. Weaver, 2015/09/23
- 12/15: LOCAL_ONLY: gnu: lm-sensors: Remove gnuplot input.,
Mark H. Weaver <=
- 11/15: gnu: grub: Add support for Loongson-based machines., Mark H. Weaver, 2015/09/23
- 14/15: NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel., Mark H. Weaver, 2015/09/23
- 15/15: emacs-build-system: Fix 'package-name-version->elpa-name-version'., Mark H. Weaver, 2015/09/23
- 07/15: gnu: Add linux-libre-loongson2f., Mark H. Weaver, 2015/09/23