mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
gwenhywfar: Add gettext to buildInputs
It's necessary so that we get translations. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @cillianderoiste, @urkud
This commit is contained in:
parent
9a4e6755ab
commit
df1821ec9d
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, gnutls, gtk, libgcrypt, pkgconfig, qt4 }:
|
||||
{ stdenv, fetchurl, gnutls, gtk, libgcrypt, pkgconfig, gettext, qt4 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gwenhywfar-${version}";
|
||||
@ -41,11 +41,9 @@ stdenv.mkDerivation rec {
|
||||
configure
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ gnutls libgcrypt ];
|
||||
nativeBuildInputs = [ pkgconfig gettext ];
|
||||
|
||||
buildInputs = [ gtk qt4 ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk qt4 gnutls libgcrypt ];
|
||||
|
||||
QTDIR = qt4;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user