diff options
author | Joshua Strobl <JoshStrobl@users.noreply.github.com> | 2017-10-07 18:02:55 +0300 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-10-07 08:02:55 -0700 |
commit | 044b54626728df03b418482a5085604778f3d691 (patch) | |
tree | 1c32e5cdcf6a24b8c21a9316e378f26a3d966c14 | |
parent | 88c1dabefc303e2325fa07adb654eb1d6a6c8a0f (diff) | |
download | alacritty-044b54626728df03b418482a5085604778f3d691.tar.gz alacritty-044b54626728df03b418482a5085604778f3d691.zip |
Update Solus deps (#792)
Removed freetype2-devel, it isn't necessary given fontconfig-devel depends on freetype2-devel, just as it depends on expat-devel.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ Alacritty. Here's a `eopkg` command that should install all of them. If something is still found to be missing, please open an issue. ```sh -sudo eopkg install freetype2-devel fontconfig-devel +sudo eopkg install fontconfig-devel ``` ### NixOS/Nixpkgs |