mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-dbusmock: Use ‘search-input-file’.
* gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: In ‘patch-paths’ phase, use ‘search-input-file’ instead of ‘assoc-ref’.
This commit is contained in:
parent
4ac6999be7
commit
4eda89248d
1 changed files with 2 additions and 2 deletions
|
@ -27178,8 +27178,8 @@ for YAML and JSON.")
|
|||
(which "bash")))
|
||||
(substitute* "dbusmock/testcase.py"
|
||||
(("'dbus-daemon'")
|
||||
(string-append "'" (assoc-ref inputs "dbus")
|
||||
"/bin/dbus-daemon'")))))
|
||||
(object->string
|
||||
(search-input-file inputs "/bin/dbus-daemon"))))))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
|
|
Loading…
Add table
Reference in a new issue