mpd: mpd_clientlib -> libmpdclient
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user