mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
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:
parent
2a72715e09
commit
f3381b53e1
@ -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…
Reference in New Issue
Block a user