mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: lua-lgi: Update to 0.9.2.
* gnu/packages/lua.scm (lua-lgi): Update to 0.9.2. [native-inputs]: Add DBUS.
This commit is contained in:
parent
e5a96113ca
commit
ad51430398
1 changed files with 4 additions and 3 deletions
|
@ -290,7 +290,7 @@ (define-public lua5.1-sec
|
||||||
(define-public lua-lgi
|
(define-public lua-lgi
|
||||||
(package
|
(package
|
||||||
(name "lua-lgi")
|
(name "lua-lgi")
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -300,7 +300,7 @@ (define-public lua-lgi
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fmgdl5y4ph3yc6ycg865s3vai1rjkyda61cgqxk6zd13hmznw0c"))))
|
"0kwcaj3ahi9gxfyp0lr5zgr6vi1mgsg9sz0980x0nwxlh9a11i6g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list "CC=gcc"
|
'(#:make-flags (list "CC=gcc"
|
||||||
|
@ -351,7 +351,8 @@ (define-public lua-lgi
|
||||||
("libffi" ,libffi)
|
("libffi" ,libffi)
|
||||||
("xorg-server", xorg-server)))
|
("xorg-server", xorg-server)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("dbus" ,dbus))) ;tests use 'dbus-run-session'
|
||||||
(home-page "https://github.com/pavouk/lgi/")
|
(home-page "https://github.com/pavouk/lgi/")
|
||||||
(synopsis "Lua bridge to GObject based libraries")
|
(synopsis "Lua bridge to GObject based libraries")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue