mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ebusd: Update to 25.1.
* gnu/packages/embedded.scm (ebusd): Update to 25.1. [arguments]<#:phases>[patch]: Make it find the local configs. Change-Id: Id862e3139b9590846eac0c8f4bbc156ef84b15d6
This commit is contained in:
@@ -1863,7 +1863,7 @@ debugging them, and more.")
|
||||
(define-public ebusd
|
||||
(package
|
||||
(name "ebusd")
|
||||
(version "23.2")
|
||||
(version "25.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -1872,12 +1872,18 @@ debugging them, and more.")
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zqnxk6vgszlf410pypsjjliiy9wawy585fm7v25mka47i6iqafq"))))
|
||||
"1k85vzjhhya7r41nid5yylr7jyvl09455hpny6wrjkipz68icgdf"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--localstatedir=/var")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "src/ebusd/main.h"
|
||||
(("#define CONFIG_PATH .*")
|
||||
(string-append "#define CONFIG_PATH \"" (assoc-ref inputs "config")
|
||||
"/ebusd-2.1.x/\"\n")))))
|
||||
(add-after 'install 'install-config
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((config-destination
|
||||
|
||||
Reference in New Issue
Block a user