Loading pkgs/tools/security/semgrep/common.nix→pkgs/development/python-modules/semgrep/common.nix +0 −0 File moved. View file pkgs/tools/security/semgrep/default.nix→pkgs/development/python-modules/semgrep/default.nix +4 −3 Original line number Diff line number Diff line { lib , callPackage , fetchFromGitHub , semgrep-core , buildPythonApplication , buildPythonPackage , pythonPackages , pytestCheckHook Loading @@ -15,7 +16,7 @@ let common = import ./common.nix { inherit lib; }; semgrepBinPath = lib.makeBinPath [ semgrep-core ]; in buildPythonApplication rec { buildPythonPackage rec { pname = "semgrep"; inherit (common) version; src = fetchFromGitHub { Loading Loading @@ -130,7 +131,7 @@ buildPythonApplication rec { ''; passthru = { inherit common; inherit common semgrep-core; submodulesSubset = lib.mapAttrs (k: args: fetchFromGitHub args) common.submodules; updateScript = ./update.sh; }; Loading pkgs/tools/security/semgrep/semgrep-core.nix→pkgs/development/python-modules/semgrep/semgrep-core.nix +0 −0 File moved. View file pkgs/tools/security/semgrep/update.sh→pkgs/development/python-modules/semgrep/update.sh +0 −0 File moved. View file pkgs/top-level/all-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11951,8 +11951,8 @@ with pkgs; semantic-release = callPackage ../development/tools/semantic-release { }; semgrep = python3.pkgs.callPackage ../tools/security/semgrep { }; semgrep-core = callPackage ../tools/security/semgrep/semgrep-core.nix { }; semgrep = python3.pkgs.toPythonApplication python3.pkgs.semgrep; inherit (semgrep.passthru) semgrep-core; setroot = callPackage ../tools/X11/setroot { }; Loading
pkgs/tools/security/semgrep/common.nix→pkgs/development/python-modules/semgrep/common.nix +0 −0 File moved. View file
pkgs/tools/security/semgrep/default.nix→pkgs/development/python-modules/semgrep/default.nix +4 −3 Original line number Diff line number Diff line { lib , callPackage , fetchFromGitHub , semgrep-core , buildPythonApplication , buildPythonPackage , pythonPackages , pytestCheckHook Loading @@ -15,7 +16,7 @@ let common = import ./common.nix { inherit lib; }; semgrepBinPath = lib.makeBinPath [ semgrep-core ]; in buildPythonApplication rec { buildPythonPackage rec { pname = "semgrep"; inherit (common) version; src = fetchFromGitHub { Loading Loading @@ -130,7 +131,7 @@ buildPythonApplication rec { ''; passthru = { inherit common; inherit common semgrep-core; submodulesSubset = lib.mapAttrs (k: args: fetchFromGitHub args) common.submodules; updateScript = ./update.sh; }; Loading
pkgs/tools/security/semgrep/semgrep-core.nix→pkgs/development/python-modules/semgrep/semgrep-core.nix +0 −0 File moved. View file
pkgs/tools/security/semgrep/update.sh→pkgs/development/python-modules/semgrep/update.sh +0 −0 File moved. View file
pkgs/top-level/all-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11951,8 +11951,8 @@ with pkgs; semantic-release = callPackage ../development/tools/semantic-release { }; semgrep = python3.pkgs.callPackage ../tools/security/semgrep { }; semgrep-core = callPackage ../tools/security/semgrep/semgrep-core.nix { }; semgrep = python3.pkgs.toPythonApplication python3.pkgs.semgrep; inherit (semgrep.passthru) semgrep-core; setroot = callPackage ../tools/X11/setroot { };