Loading pkgs/development/python-modules/yara-x/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, pythonOlder, pytestCheckHook, yara-x, pkgs, }: buildPythonPackage rec { pname = "yara-x"; Loading @@ -23,9 +23,9 @@ buildPythonPackage rec { buildAndTestSubdir = "py"; cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoVendor { inherit pname src version; hash = "sha256-8s8IUblGJGob/y8x8BoPcXJe83zRmqIZHMxs0iQD7R0="; hash = "sha256-pD4qyw+TTpmcoX1N3C65VelYszYifm9sFOsEkXEysvo="; }; nativeBuildInputs = [ Loading @@ -33,7 +33,7 @@ buildPythonPackage rec { rustPlatform.maturinBuildHook ]; buildInputs = [ yara-x ]; buildInputs = [ pkgs.yara-x ]; pythonImportsCheck = [ "yara_x" ]; Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18825,6 +18825,8 @@ self: super: with self; { yara-python = callPackage ../development/python-modules/yara-python { }; yara-x = callPackage ../development/python-modules/yara-x { }; yaramod = callPackage ../development/python-modules/yaramod { }; yarg = callPackage ../development/python-modules/yarg { }; Loading
pkgs/development/python-modules/yara-x/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ fetchFromGitHub, pythonOlder, pytestCheckHook, yara-x, pkgs, }: buildPythonPackage rec { pname = "yara-x"; Loading @@ -23,9 +23,9 @@ buildPythonPackage rec { buildAndTestSubdir = "py"; cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoVendor { inherit pname src version; hash = "sha256-8s8IUblGJGob/y8x8BoPcXJe83zRmqIZHMxs0iQD7R0="; hash = "sha256-pD4qyw+TTpmcoX1N3C65VelYszYifm9sFOsEkXEysvo="; }; nativeBuildInputs = [ Loading @@ -33,7 +33,7 @@ buildPythonPackage rec { rustPlatform.maturinBuildHook ]; buildInputs = [ yara-x ]; buildInputs = [ pkgs.yara-x ]; pythonImportsCheck = [ "yara_x" ]; Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18825,6 +18825,8 @@ self: super: with self; { yara-python = callPackage ../development/python-modules/yara-python { }; yara-x = callPackage ../development/python-modules/yara-x { }; yaramod = callPackage ../development/python-modules/yaramod { }; yarg = callPackage ../development/python-modules/yarg { };