From f3381b53e1b3ceb96edc32296dd0271e7997639b Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Tue, 9 Jul 2019 13:23:08 -0500 Subject: [PATCH] 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 :). --- pkgs/development/libraries/freetype/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/freetype/default.nix b/pkgs/development/libraries/freetype/default.nix index ba49f5841f1..eb26a241d1c 100644 --- a/pkgs/development/libraries/freetype/default.nix +++ b/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" ];