gnu: ell: Update to 0.59.
* gnu/packages/linux.scm (ell): Update to 0.59. [native-inputs]: Add procps.
parent
ba72f8a8d5
commit
23d7a8b323
|
@ -9448,7 +9448,7 @@ tools for managing PipeWire.")
|
||||||
(define-public ell
|
(define-public ell
|
||||||
(package
|
(package
|
||||||
(name "ell")
|
(name "ell")
|
||||||
(version "0.57")
|
(version "0.59")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -9457,7 +9457,7 @@ tools for managing PipeWire.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vpzz0z6q0d3h41aqajaw0dlpkdnmjcppmlwbb558hvj40q5dpzm"))))
|
"11xlkdvw7pyd9idq1zsnl946dry9aksnz29wbpzxqjc97xhhd5xq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests launch dbus-daemon instances that all try to bind to
|
;; Tests launch dbus-daemon instances that all try to bind to
|
||||||
|
@ -9466,7 +9466,7 @@ tools for managing PipeWire.")
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus))
|
(list dbus))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config))
|
(list autoconf automake libtool pkg-config procps))
|
||||||
(home-page "https://01.org/ell")
|
(home-page "https://01.org/ell")
|
||||||
(synopsis "Embedded Linux Library")
|
(synopsis "Embedded Linux Library")
|
||||||
(description "The Embedded Linux* Library (ELL) provides core, low-level
|
(description "The Embedded Linux* Library (ELL) provides core, low-level
|
||||||
|
|
Reference in New Issue