1 { mkDerivation, lib, fetchurl, qtbase, qtsvg, qttools, qmake }:
3 let inherit (lib) getDev; in
10 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
11 sha256 = "1lnx4wqk87lbr6lqc64w5g5ppjjv75kq2r0q0bz9gfpryzdw8xxg";
14 nativeBuildInputs = [ qmake qttools ];
16 buildInputs = [ qtbase qtsvg ];
19 "LRELEASE_EXECUTABLE=${getDev qttools}/bin/lrelease"
20 "PLUGINDIR=${placeholder "out"}/${qtbase.qtPluginPrefix}"
23 enableParallelBuilding = true;
26 description = "Qt5 Configuration Tool";
27 homepage = "https://www.opendesktop.org/content/show.php?content=168066";
28 platforms = platforms.linux;
29 license = licenses.bsd2;
30 maintainers = with maintainers; [ ralith ];