Merge pull request #164849 from ivalery111/rizin-fix-typo

rizin: fix typo paraemter -> parameter
This commit is contained in:
Bobby Rong 2022-03-19 20:36:34 +08:00 committed by GitHub
commit b424115d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=""