diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-01 16:02:40 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-01 16:08:47 -0400 |
commit | f3bb868a712dea082db4ad66abce08b9554a43b7 (patch) | |
tree | 6763582b833d447d7f039d566cba5b4df4f0efed /gnu/packages/plotutils.scm | |
parent | dc03f32dea6048f8a8f3955a752361e8b1a1b50d (diff) | |
download | patches-f3bb868a712dea082db4ad66abce08b9554a43b7.tar patches-f3bb868a712dea082db4ad66abce08b9554a43b7.tar.gz |
Revert "gnu: guile-cairo: Switch to Guile 2.2."
This commit caused the build of grub-image.png to fail, prevent the
build of grub.cfg and reconfiguring of GuixSD:
<https://bugs.gnu.org/27551>
This reverts commit e3ddb1e83296c10338d35bc687772242b2f5eac6.
Diffstat (limited to 'gnu/packages/plotutils.scm')
-rw-r--r-- | gnu/packages/plotutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 482ae1b862..f94d56992e 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016, 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; @@ -100,7 +100,7 @@ scientific data.") "godir = $(moddir)\n")))))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) - (inputs `(("guile" ,guile-2.2))) + (inputs `(("guile" ,guile-2.0))) (propagated-inputs `(("guile-cairo" ,guile-cairo))) (home-page "http://wingolog.org/software/guile-charting/") (synopsis "Create charts and graphs in Guile") |