Loading pkgs/by-name/py/pyprland/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ python3Packages.buildPythonApplication rec { pname = "pyprland"; version = "2.4.0"; version = "2.4.1"; format = "pyproject"; disabled = python3Packages.pythonOlder "3.10"; Loading @@ -16,12 +16,15 @@ python3Packages.buildPythonApplication rec { owner = "hyprland-community"; repo = "pyprland"; rev = "refs/tags/${version}"; hash = "sha256-jK6ap/beiqAtZXVNqPB3zV8R2Kfc3LhqJBvFlWYIfb4="; hash = "sha256-QONnIElYz8UjyLICSm2QGZME5jx+l2Zw4r7kwHW8YEM="; }; 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 +5 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ python3Packages.buildPythonApplication rec { pname = "pyprland"; version = "2.4.0"; version = "2.4.1"; format = "pyproject"; disabled = python3Packages.pythonOlder "3.10"; Loading @@ -16,12 +16,15 @@ python3Packages.buildPythonApplication rec { owner = "hyprland-community"; repo = "pyprland"; rev = "refs/tags/${version}"; hash = "sha256-jK6ap/beiqAtZXVNqPB3zV8R2Kfc3LhqJBvFlWYIfb4="; hash = "sha256-QONnIElYz8UjyLICSm2QGZME5jx+l2Zw4r7kwHW8YEM="; }; 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