vimpc: mpd_clientlib -> libmpdclient
This commit is contained in:
parent
2dbe4b7f6f
commit
8dcbaae4bd
@ -1,5 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, mpd_clientlib, ncurses, pcre, pkg-config
|
{ lib
|
||||||
, taglib, curl }:
|
, stdenv
|
||||||
|
, fetchFromGitHub
|
||||||
|
, autoreconfHook
|
||||||
|
, libmpdclient
|
||||||
|
, ncurses
|
||||||
|
, pcre
|
||||||
|
, pkg-config
|
||||||
|
, taglib
|
||||||
|
, curl
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.09.2";
|
version = "0.09.2";
|
||||||
@ -13,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||||
buildInputs = [ mpd_clientlib ncurses pcre taglib curl ];
|
buildInputs = [ libmpdclient ncurses pcre taglib curl ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/etc
|
mkdir -p $out/etc
|
||||||
|
Loading…
Reference in New Issue
Block a user