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 :).
wip/yesman
Will Dietz 5 years ago
parent 2a72715e09
commit f3381b53e1
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
  1. 5
      pkgs/development/libraries/freetype/default.nix

@ -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" ];

Loading…
Cancel
Save