6 python3.pkgs.buildPythonApplication rec {
8 version = "1.2-unstable-2023-11-27";
11 src = fetchFromGitHub {
14 rev = "60b7816f06d155bd3d218b76b69d9419b8a82dbe";
15 hash = "sha256-0mjnZiF8DxVbI8Lr12b7jzn+x+mn6Mel8LaIy8heEdI=";
26 nativeBuildInputs = with python3.pkgs; [
30 propagatedBuildInputs = with python3.pkgs; [
37 pythonImportsCheck = [
42 description = "Tool to extract information from a Microsoft Remote Desktop Web Access (RDWA) application";
43 homepage = "https://github.com/p0dalirius/RDWAtool";
44 license = licenses.gpl2Only;
45 maintainers = with maintainers; [ fab ];
46 mainProgram = "rdwatool";