libargon2: fixDarwinDylibNames for libargon2 (#104041)

wip/yesman
alexjg 4 years ago committed by GitHub
parent dd1908f879
commit b654e02101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/libargon2/default.nix

@ -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…
Cancel
Save