27 version = "12.13.0.0749";
30 url = "https://www.myroom.hpe.com/downloadfiles/${pname}-${version}.x86_64.rpm";
31 sha256 = "sha256-Ff3j14rC2ZHhNJLPxvKn9Sxyv351HuHbggclwOuFfX4=";
55 stdenv.cc.cc # For libstdc++
76 "--prefix QT_XKB_CONFIG_ROOT : '${xorg.xkeyboardconfig}/share/X11/xkb'"
80 substituteInPlace $out/share/applications/HP-myroom.desktop \
81 --replace /usr/bin/hpmyroom hpmyroom \
82 --replace Icon=/usr/share/hpmyroom/Resources/MyRoom.png Icon=$out/share/hpmyroom/Resources/MyRoom.png
84 ln -s ${libpng}/lib/libpng.so $out/lib/hpmyroom/libpng15.so.15
88 description = "Client for HPE's MyRoom web conferencing solution";
89 maintainers = with lib.maintainers; [ johnazoidberg ];
90 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
91 license = lib.licenses.unfree;
92 homepage = "https://myroom.hpe.com";
93 # TODO: A Darwin binary is available upstream
94 platforms = [ "x86_64-linux" ];
95 mainProgram = "hpmyroom";
96 broken = true; # requires libpng15