gnu: patchwork: Adjust for python-build-system change.

This is a follow-up to commit db5646d957, et.al.

* gnu/packages/patchutils.scm (patchwork)[arguments]: Adapt one more
site-packages call.
This commit is contained in:
Marius Bakke 2021-12-06 21:12:43 +01:00
parent ca2f851da1
commit 8662057130
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -396,7 +396,7 @@ (define pythonpath
;; Contains the templates for the generated HTML
"templates"))
(delete-file-recursively
(string-append out-site-packages "patchwork/tests"))
(string-append out-site-packages "/patchwork/tests"))
;; Install patchwork related tools
(for-each (lambda (file)