mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
ncmpc: fails on darwin
This commit is contained in:
parent
e999a6f576
commit
8a8bce8b04
|
@ -56,7 +56,8 @@ stdenv.mkDerivation rec {
|
|||
description = "Curses-based interface for MPD (music player daemon)";
|
||||
homepage = "https://www.musicpd.org/clients/ncmpc/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.unix;
|
||||
badPlatforms = platforms.darwin;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
mainProgram = "ncmpc";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue