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>
This commit is contained in:
Hilton Chain 2023-07-25 08:16:11 +08:00 committed by Andreas Enge
parent 707682ac75
commit e05dcecd0d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -4005,6 +4005,7 @@ (define-public python-shiboken-6
(substitute-keyword-arguments (package-arguments python-shiboken-2) (substitute-keyword-arguments (package-arguments python-shiboken-2)
((#:phases p) ((#:phases p)
#~(modify-phases #$p #~(modify-phases #$p
(delete 'workaround-importlib-error)
(replace 'use-shiboken-dir-only (replace 'use-shiboken-dir-only
(lambda _ (chdir "sources/shiboken6"))))) (lambda _ (chdir "sources/shiboken6")))))
((#:configure-flags flags) ((#:configure-flags flags)