Loading pkgs/development/python-modules/semgrep/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ buildPythonPackage rec { # tell cli/setup.py to not copy semgrep-core into the result # this means we can share a copy of semgrep-core and avoid an issue where it # copies the binary but doesn't retain the executable bit SEMGREP_SKIP_BIN = true; env.SEMGREP_SKIP_BIN = true; pythonRelaxDeps = [ "boltons" Loading Loading
pkgs/development/python-modules/semgrep/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ buildPythonPackage rec { # tell cli/setup.py to not copy semgrep-core into the result # this means we can share a copy of semgrep-core and avoid an issue where it # copies the binary but doesn't retain the executable bit SEMGREP_SKIP_BIN = true; env.SEMGREP_SKIP_BIN = true; pythonRelaxDeps = [ "boltons" Loading