forked from mirrors/nixpkgs
mpd: mpd_clientlib -> libmpdclient
This commit is contained in:
parent
4504c70470
commit
f53698c8df
|
@ -15,7 +15,7 @@
|
||||||
# Services
|
# Services
|
||||||
, yajl
|
, yajl
|
||||||
# Client support
|
# Client support
|
||||||
, mpd_clientlib
|
, libmpdclient
|
||||||
# Tag support
|
# Tag support
|
||||||
, libid3tag
|
, libid3tag
|
||||||
, nixosTests
|
, nixosTests
|
||||||
|
@ -70,7 +70,7 @@ let
|
||||||
soundcloud = [ curl yajl ];
|
soundcloud = [ curl yajl ];
|
||||||
tidal = [ curl yajl ];
|
tidal = [ curl yajl ];
|
||||||
# Client support
|
# Client support
|
||||||
libmpdclient = [ mpd_clientlib ];
|
libmpdclient = [ libmpdclient ];
|
||||||
# Tag support
|
# Tag support
|
||||||
id3tag = [ libid3tag ];
|
id3tag = [ libid3tag ];
|
||||||
# Misc
|
# Misc
|
||||||
|
|
Loading…
Reference in a new issue