mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
pianobar: enable on darwin
This commit is contained in:
parent
17fb9ffdda
commit
9499f4f5c1
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user