mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
ca2f851da1
commit
8662057130
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue