diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-01 16:02:44 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-01 16:08:47 -0400 |
commit | 5e1f9b304285cacea2997045f5a4cc41ea0f9762 (patch) | |
tree | 06d79ce3b7b470008c7f7a2a378f4206f5aae235 /gnu/packages/gtk.scm | |
parent | f3bb868a712dea082db4ad66abce08b9554a43b7 (diff) | |
download | guix-5e1f9b304285cacea2997045f5a4cc41ea0f9762.tar guix-5e1f9b304285cacea2997045f5a4cc41ea0f9762.tar.gz |
Revert "gnu: guile-gnome: Update to 2.16.5."
This reverts commit ae5c6ef39378a6fa1f6bf06e8c7f50ab190c485d.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 4126969127..a02e885f56 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -908,7 +908,7 @@ documents.") (define-public guile-gnome (package (name "guile-gnome") - (version "2.16.5") + (version "2.16.4") (source (origin (method url-fetch) (uri @@ -917,7 +917,7 @@ documents.") version ".tar.gz")) (sha256 (base32 - "1gnf3j96nip5kl99a268i0dy1hj7s1cfs66sps3zwysnkd7qr399")))) + "1hqnqbb2lmr3hgbcv9kds1himn3av6h0lkk0zll8agcrsn7d9axd")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) @@ -949,7 +949,7 @@ documents.") (let ((out (assoc-ref outputs "out"))) (substitute* (find-files "." "^Makefile.in$") (("guilesite :=.*guile/site" all) - (string-append all "/@GUILE_EFFECTIVE_VERSION@"))) + (string-append all "/2.0"))) #t)))))) (outputs '("out" "debug")) (synopsis "Guile interface for GTK+ programming for GNOME") @@ -957,9 +957,7 @@ documents.") "Includes guile-clutter, guile-gnome-gstreamer, guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview.") (home-page "https://www.gnu.org/software/guile-gnome/") - (license license:gpl2+) - (properties '((upstream-name . "guile-gnome-platform") - (ftp-directory . "/gnu/guile-gnome/guile-gnome-platform"))))) + (license license:gpl2+))) ;;; ;;; C++ bindings. |