Merge pull request #310548 from annaleeleaves/rmview-pyproject

rmview: use pyproject; unbreak

authored by Weijia Wang and committed by GitHub 44cfff49 7ebe3398

+2 -1
+2 -1
pkgs/applications/misc/remarkable/rmview/default.nix
··· 3 python3Packages.buildPythonApplication rec { 4 pname = "rmview"; 5 version = "3.1.3"; 6 7 src = fetchFromGitHub { 8 owner = "bordaigorl"; ··· 11 sha256 = "sha256-V26zmu8cQkLs0IMR7eFO8x34McnT3xYyzlZfntApYkk="; 12 }; 13 14 - nativeBuildInputs = with python3Packages; [ pyqt5 wrapQtAppsHook ]; 15 propagatedBuildInputs = with python3Packages; [ pyqt5 paramiko twisted pyjwt pyopenssl service-identity sshtunnel ]; 16 17 preBuild = ''
··· 3 python3Packages.buildPythonApplication rec { 4 pname = "rmview"; 5 version = "3.1.3"; 6 + pyproject = true; 7 8 src = fetchFromGitHub { 9 owner = "bordaigorl"; ··· 12 sha256 = "sha256-V26zmu8cQkLs0IMR7eFO8x34McnT3xYyzlZfntApYkk="; 13 }; 14 15 + nativeBuildInputs = with python3Packages; [ pyqt5 setuptools wrapQtAppsHook ]; 16 propagatedBuildInputs = with python3Packages; [ pyqt5 paramiko twisted pyjwt pyopenssl service-identity sshtunnel ]; 17 18 preBuild = ''