From 8662057130f061170ebb21c8f51c1e7ed72965ff Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 6 Dec 2021 21:12:43 +0100 Subject: 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. --- gnu/packages/patchutils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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) -- cgit v1.2.3