1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-wxpython: Relocate phase 'add-missing-.so.

* gnu/packages/wxwidgets.scm (python-wxpython)[arguments]<#:phases>:
Relocate phase 'add-missing-.so.

Change-Id: I15fd0fdc49c5dbf35d06814663896bc09486c09e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-05 00:30:35 +01:00
committed by Andreas Enge
parent 63b0317069
commit 57379fbc44

View File

@@ -342,7 +342,7 @@ except ImportError:
;; The build script tries to write to demo/version.py. So, we set
;; correct write permissions.
(chmod "demo/version.py" #o644)))
(add-before 'check 'add-missing-.so
(add-before 'sanity-check 'add-missing-.so
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((site (site-packages inputs outputs)))
(with-directory-excursion (string-append site "/wx")