1 { lib, mkDerivation, fetchFromGitLab, pkg-config, qmake, qtbase, qemu }:
7 src = fetchFromGitLab {
11 sha256 = "1555178mkfw0gwmw8bsxmg4339j2ifp0yb4b2f39nxh9hwshg07j";
27 # upstream lacks an install method
28 install -D -t $out/share/applications qtemu.desktop
29 install -D -t $out/share/pixmaps qtemu.png
30 install -D -t $out/bin qtemu
32 # make sure that the qemu-* executables are found
33 wrapProgram $out/bin/qtemu --prefix PATH : ${lib.makeBinPath [ qemu ]}
39 description = "Qt-based front-end for QEMU emulator";
40 homepage = "https://qtemu.org";
41 license = licenses.gpl2;
42 platforms = with platforms; linux;
43 maintainers = with maintainers; [ romildo ];