mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
dejavu-fonts: *Flags are lists
This commit is contained in:
parent
04c2b2f52e
commit
49f40b2e3d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ let
|
|||
sha256 = "1xknlg2h287dx34v2n5r33bpcl4biqf0cv7nak657rjki7s0k4bk";
|
||||
};
|
||||
|
||||
buildFlags = "full-ttf";
|
||||
buildFlags = [ "full-ttf" ];
|
||||
|
||||
preBuild = "patchShebangs scripts";
|
||||
|
||||
|
|
Loading…
Reference in a new issue