mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: system-config-printer: Add install directories to pythonpath.
* gnu/packages.gnome.scm (system-config-printer)[#:phases]: Add ‘add-install-to-pythonpath’ between ‘install’ and ‘wrap-for-python’.
This commit is contained in:
parent
5e8f648842
commit
99b41ffcbf
1 changed files with 3 additions and 1 deletions
|
@ -2960,7 +2960,9 @@ (define-public system-config-printer
|
|||
(string-append (assoc-ref inputs "docbook-xml")
|
||||
"/xml/dtd/docbook/")))
|
||||
#t))
|
||||
(add-after 'install 'wrap-for-python
|
||||
(add-after 'install 'add-install-to-pythonpath
|
||||
(@@ (guix build python-build-system) add-install-to-pythonpath))
|
||||
(add-after 'add-install-to-pythonpath 'wrap-for-python
|
||||
(@@ (guix build python-build-system) wrap))
|
||||
(add-after 'install 'wrap
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue