summaryrefslogtreecommitdiff
path: root/gnu/packages/patchutils.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-12-06 21:12:43 +0100
committerMarius Bakke <marius@gnu.org>2021-12-06 21:15:42 +0100
commit8662057130f061170ebb21c8f51c1e7ed72965ff (patch)
treec25cd3c0e7c7f897dc4d11ef3f79ecca88fe4ea1 /gnu/packages/patchutils.scm
parentca2f851da1585841b5837398dbf44532dea8e535 (diff)
downloadguix-patches-8662057130f061170ebb21c8f51c1e7ed72965ff.tar
guix-patches-8662057130f061170ebb21c8f51c1e7ed72965ff.tar.gz
gnu: patchwork: Adjust for python-build-system change.
This is a follow-up to commit db5646d957895944007c1bb44fcd998ea392f168, et.al. * gnu/packages/patchutils.scm (patchwork)[arguments]: Adapt one more site-packages call.
Diffstat (limited to 'gnu/packages/patchutils.scm')
-rw-r--r--gnu/packages/patchutils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index e5a03d4d28..56ea05efdc 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -396,7 +396,7 @@ application = get_wsgi_application()\n") port)))))
;; 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)