Loading pkgs/by-name/xn/xnldorker/package.nix +1 −7 Original line number Diff line number Diff line Loading @@ -17,11 +17,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: { hash = "sha256-g5o2H5FqP+ytu5eqmGUyn0lD9NQcCJ4+xQCmTk0Qxrg="; }; pythonRemoveDeps = [ # https://github.com/xnl-h4ck3r/xnldorker/pull/11 "asyncio" ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = [ writableTmpDirAsHomeHook ]; Loading @@ -45,8 +40,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { description = "Gather results of dorks across a number of search engines"; homepage = "https://github.com/xnl-h4ck3r/xnldorker"; changelog = "https://github.com/xnl-h4ck3r/xnldorker/blob/${finalAttrs.src.rev}/CHANGELOG.md"; # https://github.com/xnl-h4ck3r/xnldorker/issues/10 license = lib.licenses.unfree; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "xnldorker"; }; Loading Loading
pkgs/by-name/xn/xnldorker/package.nix +1 −7 Original line number Diff line number Diff line Loading @@ -17,11 +17,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: { hash = "sha256-g5o2H5FqP+ytu5eqmGUyn0lD9NQcCJ4+xQCmTk0Qxrg="; }; pythonRemoveDeps = [ # https://github.com/xnl-h4ck3r/xnldorker/pull/11 "asyncio" ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = [ writableTmpDirAsHomeHook ]; Loading @@ -45,8 +40,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { description = "Gather results of dorks across a number of search engines"; homepage = "https://github.com/xnl-h4ck3r/xnldorker"; changelog = "https://github.com/xnl-h4ck3r/xnldorker/blob/${finalAttrs.src.rev}/CHANGELOG.md"; # https://github.com/xnl-h4ck3r/xnldorker/issues/10 license = lib.licenses.unfree; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "xnldorker"; }; Loading