gnu: mpd: Update comment.

* gnu/packages/mpd.scm (mpdris2): Replace mention of PYTHONPATH by
GUIX_PYTHONPATH.
This commit is contained in:
Maxim Cournoyer 2021-01-27 23:48:20 -05:00
parent bc17fadbb6
commit e04cfc7beb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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