unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64841] [PATCH] gnu: python-shiboken-6: Remove inherited workaround.
@ 2023-07-25  0:16 Hilton Chain via Guix-patches via
  2023-07-26 12:42 ` bug#64841: " Andreas Enge
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-25  0:16 UTC (permalink / raw)
  To: 64841; +Cc: Hilton Chain, Formbi, Andreas Enge, 宋文武

Fixes: <https://issues.guix.gnu.org/64803>.

The importlib workaround inherited from python-shiboken-2 is not required for
building python-pyside-6, and will cause a build issue on the identation.

* gnu/packages/qt.scm (python-shiboken-6)[arguments]<#:phases>: Delete
'workaround-importlib-error.

Reported-by: Formbi <formbi@protonmail.com>
---
 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 @@ (define-public python-shiboken-6
      (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)

base-commit: 76e041f9eef85bb039c5251d3350c62ee2066883
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64841: [PATCH] gnu: python-shiboken-6: Remove inherited workaround.
  2023-07-25  0:16 [bug#64841] [PATCH] gnu: python-shiboken-6: Remove inherited workaround Hilton Chain via Guix-patches via
@ 2023-07-26 12:42 ` Andreas Enge
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2023-07-26 12:42 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 64841-done, Formbi, 宋文武

Hello,

Am Tue, Jul 25, 2023 at 08:16:11AM +0800 schrieb Hilton Chain:
> Fixes: <https://issues.guix.gnu.org/64803>.

thanks for the report and the fix! I confirm it makes the package itself and
its unique dependent package python-pyside-6 build.

Closing the bug.

Andreas





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-26 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25  0:16 [bug#64841] [PATCH] gnu: python-shiboken-6: Remove inherited workaround Hilton Chain via Guix-patches via
2023-07-26 12:42 ` bug#64841: " Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).