mympd: mpd_clientlib -> libmpdclient
This commit is contained in:
parent
490ce9b8d5
commit
3455bc1522
1 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
||||||
{ lib, stdenv
|
{ lib
|
||||||
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, mpd_clientlib
|
, libmpdclient
|
||||||
, openssl
|
, openssl
|
||||||
, lua5_3
|
, lua5_3
|
||||||
, libid3tag
|
, libid3tag
|
||||||
|
@ -21,12 +22,9 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "sha256-QGJti1tKKJlumLgABPmROplF0UVGMWMnyRXLb2cEieQ=";
|
sha256 = "sha256-QGJti1tKKJlumLgABPmROplF0UVGMWMnyRXLb2cEieQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [ pkg-config cmake ];
|
||||||
pkg-config
|
|
||||||
cmake
|
|
||||||
];
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
mpd_clientlib
|
libmpdclient
|
||||||
openssl
|
openssl
|
||||||
lua5_3
|
lua5_3
|
||||||
libid3tag
|
libid3tag
|
||||||
|
|
Loading…
Reference in a new issue