mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
pinentry: 0.9.4 -> 0.9.5
This commit is contained in:
parent
31a128b32b
commit
aec624a72e
@ -1,5 +1,5 @@
|
||||
{ fetchurl, stdenv, pkgconfig
|
||||
, libcap ? null, ncurses ? null, gtk2 ? null, qt4 ? null
|
||||
, libgpgerror, libassuan, libcap ? null, ncurses ? null, gtk2 ? null, qt4 ? null
|
||||
}:
|
||||
|
||||
let
|
||||
@ -10,14 +10,14 @@ let
|
||||
in
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pinentry-0.9.4";
|
||||
name = "pinentry-0.9.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/pinentry/${name}.tar.bz2";
|
||||
sha256 = "1q72ir9r9j70px61rdpd80an56k4ixmzy810nr14aildffxkb22b";
|
||||
sha256 = "1338hj1h3sh34897120y30x12b64wyj3xjzzk5asm2hdzhxgsmva";
|
||||
};
|
||||
|
||||
buildInputs = [ libcap gtk2 ncurses qt4 ];
|
||||
buildInputs = [ libgpgerror libassuan libcap gtk2 ncurses qt4 ];
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace pinentry/pinentry-curses.c --replace ncursesw ncurses
|
||||
|
Loading…
Reference in New Issue
Block a user