Fix the hash changes accidentally caused in 98436616

Moreover I'm not sure It's legal to add *lists inside* buildInputs.
This commit is contained in:
Vladimír Čunát 2013-06-18 23:52:34 +02:00
parent 1f81984293
commit e366dc565a

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "19cx5y2m20rp7z5j7mwqfb4ph2g8lrri69zim44x362y4w5gfly6";
};
buildInputs = [ pkgconfig glib freetype libintlOrEmpty ];
buildInputs = [ pkgconfig glib freetype ] ++ libintlOrEmpty;
meta = {
description = "An OpenType text shaping engine";