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 @@ database is translated at Transifex.")
|
||||||
(string-append (assoc-ref inputs "docbook-xml")
|
(string-append (assoc-ref inputs "docbook-xml")
|
||||||
"/xml/dtd/docbook/")))
|
"/xml/dtd/docbook/")))
|
||||||
#t))
|
#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))
|
(@@ (guix build python-build-system) wrap))
|
||||||
(add-after 'install 'wrap
|
(add-after 'install 'wrap
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Reference in a new issue