Loading pkgs/tools/security/hashrat/default.nix +10 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch }: stdenv.mkDerivation rec { Loading @@ -14,6 +15,15 @@ stdenv.mkDerivation rec { hash = "sha256-mjjK315OUUFVdUY+zcCvm7yeo7XxourR1sghWbeFT7c="; }; patches = [ # fix cross compilation by replacing hardcoded ar with AC_PROG_AR # https://github.com/ColumPaget/Hashrat/pull/27 (fetchpatch { url = "https://github.com/ColumPaget/Hashrat/commit/a82615e02021245850a1703e613055da2520c8fd.patch"; hash = "sha256-tjyhM2ahZBRoRP8WjyQhrI3l20oaqMtfYmOeAZVEZqU="; }) ]; configureFlags = [ "--enable-xattr" ]; makeFlags = [ "PREFIX=$(out)" ]; Loading Loading
pkgs/tools/security/hashrat/default.nix +10 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch }: stdenv.mkDerivation rec { Loading @@ -14,6 +15,15 @@ stdenv.mkDerivation rec { hash = "sha256-mjjK315OUUFVdUY+zcCvm7yeo7XxourR1sghWbeFT7c="; }; patches = [ # fix cross compilation by replacing hardcoded ar with AC_PROG_AR # https://github.com/ColumPaget/Hashrat/pull/27 (fetchpatch { url = "https://github.com/ColumPaget/Hashrat/commit/a82615e02021245850a1703e613055da2520c8fd.patch"; hash = "sha256-tjyhM2ahZBRoRP8WjyQhrI3l20oaqMtfYmOeAZVEZqU="; }) ]; configureFlags = [ "--enable-xattr" ]; makeFlags = [ "PREFIX=$(out)" ]; Loading