mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: ell: Update to 0.59.
* gnu/packages/linux.scm (ell): Update to 0.59. [native-inputs]: Add procps.
This commit is contained in:
parent
ba72f8a8d5
commit
23d7a8b323
1 changed files with 3 additions and 3 deletions
|
@ -9448,7 +9448,7 @@ (define-public wireplumber
|
|||
(define-public ell
|
||||
(package
|
||||
(name "ell")
|
||||
(version "0.57")
|
||||
(version "0.59")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -9457,7 +9457,7 @@ (define-public ell
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vpzz0z6q0d3h41aqajaw0dlpkdnmjcppmlwbb558hvj40q5dpzm"))))
|
||||
"11xlkdvw7pyd9idq1zsnl946dry9aksnz29wbpzxqjc97xhhd5xq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Tests launch dbus-daemon instances that all try to bind to
|
||||
|
@ -9466,7 +9466,7 @@ (define-public ell
|
|||
(inputs
|
||||
(list dbus))
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
(list autoconf automake libtool pkg-config procps))
|
||||
(home-page "https://01.org/ell")
|
||||
(synopsis "Embedded Linux Library")
|
||||
(description "The Embedded Linux* Library (ELL) provides core, low-level
|
||||
|
|
Loading…
Reference in a new issue