guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-shiboken-6: Remove inherited workarou


From: guix-commits
Subject: branch master updated: gnu: python-shiboken-6: Remove inherited workaround.
Date: Wed, 26 Jul 2023 08:41:38 -0400

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

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e05dcecd0d gnu: python-shiboken-6: Remove inherited workaround.
e05dcecd0d is described below

commit e05dcecd0df49a397aba49585a626cae16a6306c
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Jul 25 08:16:11 2023 +0800

    gnu: python-shiboken-6: Remove inherited workaround.
    
    Fixes: <https://issues.guix.gnu.org/64803>.
    
    * gnu/packages/qt.scm (python-shiboken-6)[arguments]<#:phases>: Delete
    'workaround-importlib-error, which breaks the build.
    
    Reported-by: Formbi <formbi@protonmail.com>
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/qt.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a79338f84e..e8654eee44 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4005,6 +4005,7 @@ color-related widgets.")
      (substitute-keyword-arguments (package-arguments python-shiboken-2)
        ((#:phases p)
         #~(modify-phases #$p
+            (delete 'workaround-importlib-error)
             (replace 'use-shiboken-dir-only
               (lambda _ (chdir "sources/shiboken6")))))
        ((#:configure-flags flags)



reply via email to

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