ncmpc: another attempt to fix linkage on darwin

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