diff options
Diffstat (limited to 'oni/packages/mpd.scm')
| -rw-r--r-- | oni/packages/mpd.scm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/oni/packages/mpd.scm b/oni/packages/mpd.scm index 63f83d7..7be0767 100644 --- a/oni/packages/mpd.scm +++ b/oni/packages/mpd.scm @@ -46,7 +46,8 @@ (install-file "mpd-notify" bin))))))) (home-page "https://ryuslash.org/") (synopsis "A simple script that notifies you of MPD player state changes.") - (description "Uses `mpc idleloop' to listen to player state changes and sends notifications.") + (description + "Uses `mpc idleloop' to listen to player state changes and sends notifications.") (license license:gpl3+)))) (define-public mpd-random-albums @@ -76,12 +77,15 @@ (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let ((bin (string-append (assoc-ref outputs "out") "/bin")) - (site (string-append (assoc-ref outputs "out") "/share/scsh-0.7"))) + (site + (string-append (assoc-ref outputs "out") "/share/scsh-0.7"))) (install-file "mpd-random-albums" bin) (install-file "mpd.scm" site))))))) (home-page "https://ryuslash.org/") - (synopsis "A simple script that populates the MPD playlist with all of my albums in random order.") - (description "Creates a new playlist in MPD with all of the albums in my database and shuffles them by album.") + (synopsis + "A simple script that populates the MPD playlist with all of my albums in random order.") + (description + "Creates a new playlist in MPD with all of the albums in my database and shuffles them by album.") (license license:gpl3+)))) (define-public mpdscrobble |
