mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Replaced ad-hoc gettext buildinput by libintlOrEmpty
This commit is contained in:
parent
92ecf99373
commit
98436616a5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user