me
/
guix
Archived
1
0
Fork 0

Revert "gnu: gobject-introspection: Update to 1.64.1."

This reverts commit 0382e6a4e6.
master
Marius Bakke 2020-12-01 23:05:31 +01:00
parent 3187b153a5
commit 5b580c0a28
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 17 additions and 9 deletions

View File

@ -428,7 +428,7 @@ dynamic loading, and an object system.")
(define gobject-introspection (define gobject-introspection
(package (package
(name "gobject-introspection") (name "gobject-introspection")
(version "1.64.1") (version "1.62.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -437,7 +437,7 @@ dynamic loading, and an object system.")
"gobject-introspection/" (version-major+minor version) "gobject-introspection/" (version-major+minor version)
"/gobject-introspection-" version ".tar.xz")) "/gobject-introspection-" version ".tar.xz"))
(sha256 (sha256
(base32 "19vz7vp10h0zj3f491yk72dp89bix6rgkzxg4qcm4d6151ksxgl0")) (base32 "18lhglg9v6y83lhqzyifc1z0wrlawzrhzzxx0a3h1g7xaz97xvmi"))
(patches (patches
(search-patches (search-patches
"gobject-introspection-cc.patch" "gobject-introspection-cc.patch"
@ -445,17 +445,25 @@ dynamic loading, and an object system.")
"gobject-introspection-absolute-shlib-path.patch")))) "gobject-introspection-absolute-shlib-path.patch"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas `(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'do-not-use-/usr/bin/env
(lambda _
(substitute* "tools/g-ir-tool-template.in"
(("#!@PYTHON_CMD@")
(string-append "#!" (which "python3"))))
#t)))))
(native-inputs (native-inputs
`(("bison" ,bison) `(("glib" ,glib "bin")
("flex" ,flex)
("glib" ,glib "bin")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("python" ,python-wrapper))) `(("bison" ,bison)
("flex" ,flex)
("glib" ,glib)
("python" ,python-wrapper)
("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
`(("glib" ,glib) `(("libffi" ,libffi)))
("libffi" ,libffi)))
(native-search-paths (native-search-paths
(list (list
(search-path-specification (search-path-specification