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:
Liliana Marie Prikler 2022-03-20 09:51:26 +01:00
parent 5e8f648842
commit 99b41ffcbf
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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)