From e05dcecd0df49a397aba49585a626cae16a6306c Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Tue, 25 Jul 2023 08:16:11 +0800 Subject: gnu: python-shiboken-6: Remove inherited workaround. Fixes: . * gnu/packages/qt.scm (python-shiboken-6)[arguments]<#:phases>: Delete 'workaround-importlib-error, which breaks the build. Reported-by: Formbi Signed-off-by: Andreas Enge --- 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) -- cgit 1.4.1