[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: system-config-printer: Add install directories to pythonpath
From: |
guix-commits |
Subject: |
02/04: gnu: system-config-printer: Add install directories to pythonpath. |
Date: |
Sun, 20 Mar 2022 09:53:40 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 99b41ffcbf399b1d51b5f90eaa706c9a05173cb1
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Mar 20 09:51:26 2022 +0100
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’.
---
gnu/packages/gnome.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e0fc9a9f50..1e1c4f9eeb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2960,7 +2960,9 @@ database is translated at Transifex.")
(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)