14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
19 owner = "boysetsfrog";
22 sha256 = "0lswzkap2nm7v5h7ppb6a64cb35rajysd09nb204rxgrkij4m6nx";
26 # Pull fix pending upstream inclusion for ncurses-6.3:
27 # https://github.com/boysetsfrog/vimpc/pull/100
29 name = "ncurses-6.3.patch";
30 url = "https://github.com/boysetsfrog/vimpc/commit/055ecdce0720fdfc9ec2528c520b6c33da36271b.patch";
31 sha256 = "01p858jjxm0bf8hnk1z8h45j8c1y9i995mafa6ff3vg9vlak61pv";
35 nativeBuildInputs = [ autoreconfHook pkg-config ];
36 buildInputs = [ libmpdclient ncurses pcre taglib curl ];
40 cp doc/vimpcrc.example $out/etc
44 description = "Vi/vim inspired client for the Music Player Daemon (mpd)";
45 homepage = "https://github.com/boysetsfrog/vimpc";
46 license = licenses.gpl3;
47 platforms = platforms.unix;
48 maintainers = with maintainers; [ pSub ];
49 mainProgram = "vimpc";