freetype: undo formatting, esp since doesn't move to convention.

Sorry, thanks for catching this in review!

Leaving it as it was to keep this change simpler and
friendlier to blame and such :).
This commit is contained in:
Will Dietz
2019-07-09 13:23:08 -05:00
parent 2a72715e09
commit f3381b53e1

View File

@@ -44,8 +44,9 @@ in stdenv.mkDerivation rec {
++ optional (!stdenv.isLinux) gnumake;
patches =
[ ./enable-table-validation.patch ] ++
optional useEncumberedCode ./enable-subpixel-rendering.patch;
[ ./enable-table-validation.patch
] ++
optional useEncumberedCode ./enable-subpixel-rendering.patch;
outputs = [ "out" "dev" ];