graphite2: fix cross

This commit is contained in:
Robin Gloster 2018-05-11 19:05:39 +02:00
parent c4f5d559da
commit 2d4e30ccb0
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "0xdg6bc02bl8yz39l5i2skczfg17q4lif0qqan0dhvk0mibpcpj7";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ freetype cmake ];
nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = [ freetype ];
patches = stdenv.lib.optionals stdenv.isDarwin [ ./macosx.patch ];