guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: patchwork: Adjust for python-bu


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: patchwork: Adjust for python-build-system change.
Date: Mon, 06 Dec 2021 15:17:02 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 8662057  gnu: patchwork: Adjust for python-build-system change.
8662057 is described below

commit 8662057130f061170ebb21c8f51c1e7ed72965ff
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 6 21:12:43 2021 +0100

    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(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index e5a03d4..56ea05e 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]