Loading pkgs/by-name/py/pyprland/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/py/pyprland/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading