10 stdenv.mkDerivation (finalAttrs: {
11 pname = "qtutilities";
14 src = fetchFromGitHub {
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-Kdvr3T9hynLCj99+Rc1L0Gq7xkiM0a6xovuqhAncrek=";
31 "-DBUILD_SHARED_LIBS=ON"
34 dontWrapQtApps = true;
37 homepage = "https://github.com/Martchus/qtutilities";
38 description = "Common Qt related C++ classes and routines used by @Martchus' applications such as dialogs, widgets and models Topics";
39 license = licenses.gpl2Plus;
40 maintainers = with maintainers; [ doronbehar ];
41 platforms = platforms.linux ++ platforms.darwin;