tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ncmpc: another attempt to fix linkage on darwin
Vladimír Čunát
11 years ago
4c792e58
31bc96ee
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
ncmpc
default.nix
+2
pkgs/applications/audio/ncmpc/default.nix
···
12
12
buildInputs = [ pkgconfig glib ncurses mpd_clientlib ]
13
13
++ libintlOrEmpty;
14
14
15
15
+
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
16
16
+
15
17
meta = with stdenv.lib; {
16
18
description = "Curses-based interface for MPD (music player daemon)";
17
19
homepage = http://www.musicpd.org/clients/ncmpc/;