15 stdenv.mkDerivation rec {
16 pname = "compton-conf";
19 src = fetchFromGitHub {
23 hash = "sha256-GNS0GdkQOEFQHCeXFVNDdT35KCRhfwmkL78tpY71mz0=";
41 substituteInPlace autostart/CMakeLists.txt \
42 --replace-fail "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg" \
45 passthru.updateScript = gitUpdater { };
48 broken = stdenv.hostPlatform.isDarwin;
49 homepage = "https://github.com/lxqt/compton-conf";
50 description = "GUI configuration tool for compton X composite manager";
51 mainProgram = "compton-conf";
52 license = licenses.lgpl21Plus;
53 platforms = with platforms; unix;
54 maintainers = teams.lxqt.members;