me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2023-10-13 16:34:07 +02:00
parent 4ac6999be7
commit 4eda89248d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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?