mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libsecret: Include python phases.
* gnu/packages/gnome.scm (libsecret) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
863a3ec4fc
commit
65d11b39fb
1 changed files with 1 additions and 0 deletions
|
@ -5413,6 +5413,7 @@ (define-public libsecret
|
|||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
#:python? #t
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-docbook-xml
|
||||
|
|
Loading…
Reference in a new issue