unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 64841@debbugs.gnu.org
Cc: "Hilton Chain" <hako@ultrarare.space>,
	Formbi <formbi@protonmail.com>, "Andreas Enge" <andreas@enge.fr>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#64841] [PATCH] gnu: python-shiboken-6: Remove inherited workaround.
Date: Tue, 25 Jul 2023 08:16:11 +0800	[thread overview]
Message-ID: <bdf8a8591e97f061da0b27694700648813349c20.1690244119.git.hako@ultrarare.space> (raw)

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





             reply	other threads:[~2023-07-25  0:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-25  0:16 Hilton Chain via Guix-patches via [this message]
2023-07-26 12:42 ` bug#64841: [PATCH] gnu: python-shiboken-6: Remove inherited workaround Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bdf8a8591e97f061da0b27694700648813349c20.1690244119.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=64841@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=formbi@protonmail.com \
    --cc=hako@ultrarare.space \
    --cc=iyzsong@envs.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).