pleroma: fix build with libxcrypt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib, beamPackages
|
||||
, fetchFromGitHub, fetchFromGitLab
|
||||
, file, cmake
|
||||
, libxcrypt
|
||||
, nixosTests, writeText
|
||||
, ...
|
||||
}:
|
||||
@@ -129,6 +130,8 @@ beamPackages.mixRelease rec {
|
||||
postInstall = "mv $out/lib/erlang/lib/crypt-${version}/priv/{source,crypt}.so";
|
||||
|
||||
beamDeps = with final; [ elixir_make ];
|
||||
|
||||
buildInputs = [ libxcrypt ];
|
||||
};
|
||||
web_push_encryption = beamPackages.buildMix rec {
|
||||
name = "web_push_encryption";
|
||||
|
||||
Reference in New Issue
Block a user