Replaced ad-hoc gettext buildinput by libintlOrEmpty

This commit is contained in:
Sander van der Burg 2013-06-18 22:01:40 +02:00
parent 92ecf99373
commit 98436616a5

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, glib, freetype, gettext }:
{ stdenv, fetchurl, pkgconfig, glib, freetype, libintlOrEmpty }:
stdenv.mkDerivation rec {
name = "harfbuzz-0.9.12";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "19cx5y2m20rp7z5j7mwqfb4ph2g8lrri69zim44x362y4w5gfly6";
};
buildInputs = [ pkgconfig glib freetype ] ++ stdenv.lib.optional (!stdenv.isLinux) gettext;
buildInputs = [ pkgconfig glib freetype libintlOrEmpty ];
meta = {
description = "An OpenType text shaping engine";