Exile: switch to fork with BSD compile fix
This commit is contained in:
parent
52aadc09e9
commit
fff235433e
3 changed files with 5 additions and 3 deletions
4
mix.exs
4
mix.exs
|
|
@ -184,7 +184,9 @@ defmodule Pleroma.Mixfile do
|
|||
{:vix, "~> 0.26.0"},
|
||||
{:elixir_make, "~> 0.7.7", override: true},
|
||||
{:blurhash, "~> 0.1.0", hex: :rinpatch_blurhash},
|
||||
{:exile, "~> 0.8.0"},
|
||||
{:exile,
|
||||
git: "https://git.pleroma.social/pleroma/elixir-libraries/exile.git",
|
||||
ref: "486f0695f3c8855343b46acdba7e45941487c275"},
|
||||
|
||||
## dev & test
|
||||
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue