From 70e7391b0162e27601b06afb3d8b11971e896de7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 12 Mar 2026 09:17:44 +0100 Subject: [PATCH] xnldorker: clean-up Upstream addressed the issues --- pkgs/by-name/xn/xnldorker/package.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pkgs/by-name/xn/xnldorker/package.nix b/pkgs/by-name/xn/xnldorker/package.nix index bc10bac29b5c..74960dfb9ffd 100644 --- a/pkgs/by-name/xn/xnldorker/package.nix +++ b/pkgs/by-name/xn/xnldorker/package.nix @@ -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 ]; @@ -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"; };