Merge pull request #31638 from matthewbauer/ncmpc

ncmpc: fix on darwin

authored by Franz Pletz and committed by GitHub 1f645d2c 775fb7e1

+2
+2
pkgs/applications/audio/ncmpc/default.nix
··· 15 15 buildInputs = [ glib ncurses mpd_clientlib ]; 16 16 nativeBuildInputs = [ meson ninja pkgconfig gettext ]; 17 17 18 + NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl"; 19 + 18 20 meta = with stdenv.lib; { 19 21 description = "Curses-based interface for MPD (music player daemon)"; 20 22 homepage = http://www.musicpd.org/clients/ncmpc/;