Skip to content
Snippets Groups Projects
Commit fca300c8 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: Drop gtk+-3, erroneously pushed in the previous commit.

* gnu/packages/gtk.scm (gtk+-3): Delete variable.
parent 5fda4784
No related branches found
No related tags found
No related merge requests found
...@@ -280,24 +280,6 @@ (define-public gtk+ ...@@ -280,24 +280,6 @@ (define-public gtk+
(license license:lgpl2.0+) (license license:lgpl2.0+)
(home-page "http://www.gtk.org/"))) (home-page "http://www.gtk.org/")))
(define-public gtk+-3
(package (inherit gtk+)
(version "3.10.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gtk+/"
(string-take version 4) "/gtk+-"
version ".tar.xz"))
(sha256
(base32
"1zjkbjvp6ay08107r6zfsrp39x7qfadbd86p3hs5v4ydc2rzwnb5"))))
(inputs
`(("at-spi2-core" ,at-spi2-core)
("libxi" ,libxi)
("libxinerama" ,libxinerama)
("pkg-config" ,pkg-config)))
(arguments
`(#:configure-flags '("--enable-x11-backend"))))) ; should not be needed in > 3.10.0
;;; ;;;
;;; Guile bindings. ;;; Guile bindings.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment