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:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user