13 pname = "QMediathekView";
16 src = fetchFromGitHub {
17 owner = "adamreichold";
20 sha256 = "0i9hac9alaajbra3lx23m0iiq6ww4is00lpbzg5x70agjrwj0nd6";
24 substituteInPlace ${pname}.pro \
28 buildInputs = [ qtbase xz boost ];
30 nativeBuildInputs = [ qmake pkg-config ];
32 installFlags = [ "INSTALL_ROOT=$(out)" ];
35 description = "Alternative Qt-based front-end for the database maintained by the MediathekView project";
36 inherit (src.meta) homepage;
37 license = licenses.gpl3Plus;
38 platforms = platforms.linux;
39 maintainers = with maintainers; [ dotlambda ];
40 broken = stdenv.hostPlatform.isAarch64;
41 mainProgram = "QMediathekView";