Loading pkgs/by-name/sm/smbclient-ng/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = [ "impacket" "pefile" "rich" ]; build-system = with python3.pkgs; [ poetry-core ]; Loading @@ -30,6 +31,9 @@ python3.pkgs.buildPythonApplication rec { rich ]; # Project has no unit tests doCheck = false; pythonImportsCheck = [ "smbclientng" ]; meta = { Loading Loading
pkgs/by-name/sm/smbclient-ng/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec { pythonRelaxDeps = [ "impacket" "pefile" "rich" ]; build-system = with python3.pkgs; [ poetry-core ]; Loading @@ -30,6 +31,9 @@ python3.pkgs.buildPythonApplication rec { rich ]; # Project has no unit tests doCheck = false; pythonImportsCheck = [ "smbclientng" ]; meta = { Loading