From 0131290c87087491848e3a2ac992def88bd271bb Mon Sep 17 00:00:00 2001 From: Valery Ivanov Date: Sat, 19 Mar 2022 14:34:00 +0300 Subject: [PATCH] rizin: fix typo paraemter -> parameter Signed-off-by: Valery Ivanov --- pkgs/development/tools/analysis/rizin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/analysis/rizin/default.nix b/pkgs/development/tools/analysis/rizin/default.nix index c4cdf85a7d8a..9b15cdd148d8 100644 --- a/pkgs/development/tools/analysis/rizin/default.nix +++ b/pkgs/development/tools/analysis/rizin/default.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkg-config meson ninja cmake (python3.withPackages (ps: [ ps.setuptools ])) ]; - # meson's find_library seems to not use our compiler wrapper if static paraemter + # meson's find_library seems to not use our compiler wrapper if static parameter # is either true/false... We work around by also providing LIBRARY_PATH preConfigure = '' LIBRARY_PATH=""