From c751cf7ce50be5e42ac9af33b92a28db34c2b24a Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:21:41 +0530 Subject: [PATCH] pyprland: relax deps to fix build --- pkgs/by-name/py/pyprland/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/py/pyprland/package.nix b/pkgs/by-name/py/pyprland/package.nix index 258c35361986..e5da7fbc37ef 100644 --- a/pkgs/by-name/py/pyprland/package.nix +++ b/pkgs/by-name/py/pyprland/package.nix @@ -22,6 +22,9 @@ python3Packages.buildPythonApplication rec { nativeBuildInputs = with python3Packages; [ poetry-core ]; propagatedBuildInputs = with python3Packages; [ aiofiles ]; + pythonRelaxDeps = [ + "aiofiles" + ]; postInstall = '' # file has shebang but cant be run due to a relative import, has proper entrypoint in /bin