15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
20 owner = "boysetsfrog";
23 sha256 = "0lswzkap2nm7v5h7ppb6a64cb35rajysd09nb204rxgrkij4m6nx";
27 # Pull fix pending upstream inclusion for ncurses-6.3:
28 # https://github.com/boysetsfrog/vimpc/pull/100
30 name = "ncurses-6.3.patch";
31 url = "https://github.com/boysetsfrog/vimpc/commit/055ecdce0720fdfc9ec2528c520b6c33da36271b.patch";
32 sha256 = "01p858jjxm0bf8hnk1z8h45j8c1y9i995mafa6ff3vg9vlak61pv";
50 cp doc/vimpcrc.example $out/etc
54 description = "Vi/vim inspired client for the Music Player Daemon (mpd)";
55 homepage = "https://github.com/boysetsfrog/vimpc";
56 license = licenses.gpl3;
57 platforms = platforms.unix;
58 maintainers = with maintainers; [ pSub ];
59 mainProgram = "vimpc";