summaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-27 23:48:20 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-02-01 11:54:04 -0500
commite04cfc7bebcd3a27bb77eef4347729ca9d5e4b67 (patch)
tree6f60625d2c655047e2de1fadc5f15fec4ca52e08 /gnu/packages/mpd.scm
parentbc17fadbb63e6eec9759a224af4c515a3a175875 (diff)
downloadguix-patches-e04cfc7bebcd3a27bb77eef4347729ca9d5e4b67.tar
guix-patches-e04cfc7bebcd3a27bb77eef4347729ca9d5e4b67.tar.gz
gnu: mpd: Update comment.
* gnu/packages/mpd.scm (mpdris2): Replace mention of PYTHONPATH by GUIX_PYTHONPATH.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r--gnu/packages/mpd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index d5811cc273..264c927260 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -409,7 +409,7 @@ other MPD frontends.")
`(("python-mpd2" ,python-mpd2)
("python-dbus" ,python-dbus)
("python-pygobject" ,python-pygobject)
- ("python" ,python))) ; Sets PYTHONPATH.
+ ("python" ,python))) ; Sets GUIX_PYTHONPATH.
;; For bootstrapping.
(native-inputs
`(("autoconf" ,autoconf)