diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-06 21:12:43 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-06 21:15:42 +0100 |
commit | 8662057130f061170ebb21c8f51c1e7ed72965ff (patch) | |
tree | c25cd3c0e7c7f897dc4d11ef3f79ecca88fe4ea1 | |
parent | ca2f851da1585841b5837398dbf44532dea8e535 (diff) | |
download | guix-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.
-rw-r--r-- | gnu/packages/patchutils.scm | 2 |
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) |