libargon2: fixDarwinDylibNames for libargon2 (#104041)
This commit is contained in:
parent
dd1908f879
commit
b654e02101
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue