pleroma: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:10:46 +02:00
committed by Martin Weinelt
parent 2c10e089b9
commit 9430efb5bb
+3
View File
@@ -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";