aqbanking: Add gettext to nativeBuildInputs
It's necessary so that we get translations. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
This commit is contained in:
parent
efc2f70711
commit
ee92256566
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, gmp, gwenhywfar, libtool, libxml2, libxslt
|
{ stdenv, fetchurl, gmp, gwenhywfar, libtool, libxml2, libxslt
|
||||||
, pkgconfig, xmlsec, zlib
|
, pkgconfig, gettext, xmlsec, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ gmp gwenhywfar libtool libxml2 libxslt xmlsec zlib ];
|
buildInputs = [ gmp gwenhywfar libtool libxml2 libxslt xmlsec zlib ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig gettext ];
|
||||||
|
|
||||||
configureFlags = [ "--with-gwen-dir=${gwenhywfar}" ];
|
configureFlags = [ "--with-gwen-dir=${gwenhywfar}" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user