Merge pull request #69002 from marsam/pianobar-darwin

pianobar: enable on darwin
This commit is contained in:
Matthew Bauer 2019-09-17 22:29:40 -04:00 committed by GitHub
commit eb7118f980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A console front-end for Pandora.com";
homepage = http://6xq.net/projects/pianobar/;
platforms = platforms.linux;
homepage = "https://6xq.net/pianobar/";
platforms = platforms.unix;
license = licenses.mit; # expat version
};
}