mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libei: Update to 1.4.0.
* gnu/packages/freedesktop.scm (libei): Update to 1.4.0. [native-inputs]: Add dbus, python-pyaml. Remove python-black. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
5cbb9d2166
commit
0f30a646cd
1 changed files with 5 additions and 4 deletions
|
@ -791,7 +791,7 @@ other applications that need to directly deal with input devices.")
|
||||||
(define-public libei
|
(define-public libei
|
||||||
(package
|
(package
|
||||||
(name "libei")
|
(name "libei")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -799,7 +799,7 @@ other applications that need to directly deal with input devices.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0idbl20ax060s7m435rszfv7c0bvpinjvq45qbqwvcvp0hg8r9y8"))
|
"04ll43616pyfm7c835azdggx9x3vfykpcg3pzmsfz4f2vl5whalm"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
@ -821,17 +821,18 @@ other applications that need to directly deal with input devices.")
|
||||||
;; liboeffis-1.0.pc requires.private libelogind
|
;; liboeffis-1.0.pc requires.private libelogind
|
||||||
(list elogind))
|
(list elogind))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doxygen
|
(list dbus
|
||||||
|
doxygen
|
||||||
libxml2
|
libxml2
|
||||||
munit
|
munit
|
||||||
pkg-config
|
pkg-config
|
||||||
python
|
python
|
||||||
python-attrs
|
python-attrs
|
||||||
python-black
|
|
||||||
python-dbusmock
|
python-dbusmock
|
||||||
python-jinja2
|
python-jinja2
|
||||||
python-pytest
|
python-pytest
|
||||||
python-structlog
|
python-structlog
|
||||||
|
python-pyaml
|
||||||
valgrind/interactive))
|
valgrind/interactive))
|
||||||
(home-page "https://libinput.pages.freedesktop.org/libei/")
|
(home-page "https://libinput.pages.freedesktop.org/libei/")
|
||||||
(synopsis "Emulated Input protocol implementation")
|
(synopsis "Emulated Input protocol implementation")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue