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:
parent
1f81984293
commit
e366dc565a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user