1 { lib, fetchFromGitHub, mkDerivation, cmake, sqlite
2 , qtbase, qtsvg, qttools, wrapQtAppsHook
3 , icoutils # build and runtime deps.
4 , wget, fuseiso, wine, sudo, which # runtime deps.
11 src = fetchFromGitHub {
15 sha256 = "04gw5y3dxdpivm2xqacqq85fdzx7xkl0c3h3hdazljb0c3cxxs6h";
19 sqlite icoutils qtbase qtsvg qttools
22 nativeBuildInputs = [ cmake wrapQtAppsHook ];
26 wrapProgram $out/bin/q4wine \
27 --prefix PATH : ${lib.makeBinPath [ icoutils wget fuseiso wine which ]}
31 homepage = "https://q4wine.brezblock.org.ua/";
32 description = "A Qt GUI for Wine to manage prefixes and applications";
33 license = licenses.gpl3;
34 maintainers = with maintainers; [ rkitover ];
35 platforms = platforms.unix;