mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
vimpc: 0.09.1 -> 0.09.2
This commit is contained in:
parent
45fb4481aa
commit
3ac7b56c00
@ -1,19 +1,19 @@
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook, mpd_clientlib, ncurses, pcre, pkgconfig
|
||||
, taglib }:
|
||||
, taglib, curl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.09.1";
|
||||
version = "0.09.2";
|
||||
name = "vimpc-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "boysetsfrog";
|
||||
repo = "vimpc";
|
||||
rev = "v${version}";
|
||||
sha256 = "1495a702df4nja8mlxq98mkbic2zv88sjiinimf9qddrfb38jxk6";
|
||||
sha256 = "0lswzkap2nm7v5h7ppb6a64cb35rajysd09nb204rxgrkij4m6nx";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ mpd_clientlib ncurses pcre taglib ];
|
||||
buildInputs = [ mpd_clientlib ncurses pcre taglib curl ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/etc
|
||||
|
Loading…
Reference in New Issue
Block a user