Unverified Commit b643d44b authored by Stefan Frijters's avatar Stefan Frijters
Browse files

python3Packages.semgrep: move env variable(s) into env for structuredAttrs

parent 97894a73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"