gpgme: use default texinfo
This commit is contained in:
parent
7705c76c49
commit
53c9efe9e5
@ -2,7 +2,7 @@
|
|||||||
, file, which
|
, file, which
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, git
|
, git
|
||||||
, texinfo5
|
, texinfo
|
||||||
, qtbase ? null
|
, qtbase ? null
|
||||||
, withPython ? false, swig2 ? null, python ? null
|
, withPython ? false, swig2 ? null, python ? null
|
||||||
}:
|
}:
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ libgpgerror glib libassuan pth ]
|
[ libgpgerror glib libassuan pth ]
|
||||||
++ lib.optional (qtbase != null) qtbase;
|
++ lib.optional (qtbase != null) qtbase;
|
||||||
|
|
||||||
nativeBuildInputs = [ file pkgconfig gnupg autoreconfHook git texinfo5 ]
|
nativeBuildInputs = [ file pkgconfig gnupg autoreconfHook git texinfo ]
|
||||||
++ lib.optionals withPython [ python swig2 which ];
|
++ lib.optionals withPython [ python swig2 which ];
|
||||||
|
|
||||||
postPatch =''
|
postPatch =''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user