libargon2: fixDarwinDylibNames for libargon2 (#104041)

This commit is contained in:
alexjg
2020-11-17 16:06:00 +00:00
committed by GitHub
parent dd1908f879
commit b654e02101

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch }:
{ stdenv, fetchFromGitHub, fetchpatch, fixDarwinDylibNames }:
stdenv.mkDerivation rec {
pname = "libargon2";
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0p4ry9dn0mi9js0byijxdyiwx74p1nr8zj7wjpd1fjgqva4sk23i";
};
nativeBuildInputs = [ fixDarwinDylibNames ];
patches = [
# TODO: remove when https://github.com/P-H-C/phc-winner-argon2/pull/277 is merged + released
(fetchpatch {