mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
pick: 1.4.0 -> 1.6.1
This commit is contained in:
parent
81319583bc
commit
a3bc7ec0f0
@ -2,19 +2,23 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pick-${version}";
|
||||
version = "1.4.0";
|
||||
version = "1.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "thoughtbot";
|
||||
repo = "pick";
|
||||
rev = "v${version}";
|
||||
sha256 = "113if0jh7svwrwrxhrsbi7h1whfr5707v2ny4dc9kk2sjbv6b9pg";
|
||||
sha256 = "0iw3yqwg8j0pg56xx52xwn7n95vxlqbqh71zrc934v4mq971qlhd";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's/\[curses]/\[ncurses]/g' configure.ac
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Fuzzy text selection utility";
|
||||
|
Loading…
Reference in New Issue
Block a user