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’.master
parent
4ac6999be7
commit
4eda89248d
|
@ -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?
|
||||
|
|
Reference in New Issue