diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 01:30:27 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:04 +0200 |
commit | 65d11b39fbc662607dd8b40e150b367bd74b7d51 (patch) | |
tree | 9b341c50ba3cc183073c75249f9342b1394a799f /gnu/packages | |
parent | 863a3ec4fc2ee6fe98f2839340c0968ea2acd194 (diff) | |
download | guix-65d11b39fbc662607dd8b40e150b367bd74b7d51.tar.gz |
gnu: libsecret: Include python phases.
* gnu/packages/gnome.scm (libsecret) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6dd9c0d47c..88689a51b7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5413,6 +5413,7 @@ GObjects and the GLib main loop, to integrate well with GNOME applications.") (outputs '("out" "doc")) (arguments `(#:glib-or-gtk? #t + #:python? #t #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-docbook-xml |