1
0
Fork 1
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:
Franz Pletz 2024-11-24 21:54:09 +01:00
parent e999a6f576
commit 8a8bce8b04
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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";
};